mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Adjusts the color of the status bar.
This commit is contained in:
parent
3bbb7ce618
commit
a2c4aae342
1 changed files with 1 additions and 1 deletions
|
@ -1678,7 +1678,7 @@ SUB __UI_OnLoad
|
||||||
ToolTip(FontTB) = "Multiple fonts can be specified by separating them with a question mark (?)." + CHR$(10) + "The first font that can be found/loaded is used."
|
ToolTip(FontTB) = "Multiple fonts can be specified by separating them with a question mark (?)." + CHR$(10) + "The first font that can be found/loaded is used."
|
||||||
ToolTip(ColorPreview) = "Click to copy the current color's hex value to the clipboard."
|
ToolTip(ColorPreview) = "Click to copy the current color's hex value to the clipboard."
|
||||||
|
|
||||||
Control(StatusBar).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 80)
|
Control(StatusBar).BackColor = Darken(__UI_DefaultColor(__UI_Type_Form, 2), 90)
|
||||||
'LoadFontList
|
'LoadFontList
|
||||||
|
|
||||||
'Load toolbox images:
|
'Load toolbox images:
|
||||||
|
|
Loading…
Reference in a new issue