Linux: Fixed some UI color issues
This commit is contained in:
parent
ac78dc1b58
commit
07a5962dab
4 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,7 @@ namespace Mesen.GUI.Controls
|
|||
|
||||
public ctrlLinkLabel()
|
||||
{
|
||||
MonoThemeHelper.ExcludeFromTheme(this);
|
||||
}
|
||||
|
||||
public string Link
|
||||
|
|
|
@ -49,8 +49,8 @@ namespace Mesen.GUI.Controls
|
|||
}
|
||||
|
||||
DoubleBuffered = true;
|
||||
|
||||
picPrevGame.Image.RotateFlip(RotateFlipType.RotateNoneFlipX);
|
||||
MonoThemeHelper.ExcludeFromTheme(this);
|
||||
}
|
||||
|
||||
private void InitGrid()
|
||||
|
|
|
@ -21,6 +21,7 @@ namespace Mesen.GUI.Controls
|
|||
public ctrlRenderer()
|
||||
{
|
||||
InitializeComponent();
|
||||
MonoThemeHelper.ExcludeFromTheme(this);
|
||||
}
|
||||
|
||||
protected override void OnMouseDown(MouseEventArgs e)
|
||||
|
|
|
@ -45,6 +45,7 @@ namespace Mesen.GUI.Forms
|
|||
_commandLine = new CommandLineHelper(args);
|
||||
|
||||
ResourceHelper.LoadResources(Language.English);
|
||||
MonoThemeHelper.ExcludeFromTheme(pnlRenderer);
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
|
|
Loading…
Add table
Reference in a new issue