-
This commit is contained in:
parent
309b57a787
commit
042c137a5a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -87,7 +87,6 @@ namespace GtaVUsersInfo
|
|||||||
WindowParameters.SaveWindowParameters(window);
|
WindowParameters.SaveWindowParameters(window);
|
||||||
WindowResize();
|
WindowResize();
|
||||||
}
|
}
|
||||||
isUser = true;
|
|
||||||
|
|
||||||
panelColorSettings = PanelColorSettings.LoadPanelSettings();
|
panelColorSettings = PanelColorSettings.LoadPanelSettings();
|
||||||
if (panelColorSettings != null)
|
if (panelColorSettings != null)
|
||||||
@ -99,6 +98,7 @@ namespace GtaVUsersInfo
|
|||||||
panelColorSettings = new PanelColorSettings(defaultPanelColor, defaultPanelColor, defaultPanelColor, defaultPanelColor);
|
panelColorSettings = new PanelColorSettings(defaultPanelColor, defaultPanelColor, defaultPanelColor, defaultPanelColor);
|
||||||
ChangePanelColor();
|
ChangePanelColor();
|
||||||
}
|
}
|
||||||
|
isUser = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool IsFormFullscreen()
|
private bool IsFormFullscreen()
|
||||||
|
@ -68,8 +68,7 @@ namespace GtaVUsersInfo.Sources
|
|||||||
if (control is TextBox ||
|
if (control is TextBox ||
|
||||||
control is Button ||
|
control is Button ||
|
||||||
control is ComboBox ||
|
control is ComboBox ||
|
||||||
control is Label ||
|
control is Label)
|
||||||
control is MenuStrip)
|
|
||||||
{
|
{
|
||||||
control.BackColor = color;
|
control.BackColor = color;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user