Some UI tweaks.

This commit is contained in:
2026-01-25 15:41:09 -05:00
parent 3bb32de2c4
commit a4ea0031c4

View File

@ -15,17 +15,17 @@ extern void perfChosen();} {public global
Function {make_window()} {open Function {make_window()} {open
} { } {
Fl_Window {} {open Fl_Window {} {open selected
xywh {506 191 177 183} type Double visible xywh {506 191 177 183} type Double box GLEAM_UP_BOX visible
} { } {
Fl_Light_Button conserveButton { Fl_Light_Button conserveButton {
label {Conserve Battery} label {Conserve Battery}
callback consClicked selected callback consClicked
xywh {13 150 150 24} when 6 xywh {13 150 150 24} when 6
} }
Fl_Box {} { Fl_Box {} {
label {Power Manager} label {Power Manager}
xywh {9 7 154 36} box EMBOSSED_FRAME xywh {9 7 154 36} box OSHADOW_BOX
} }
Fl_Round_Button perfButton { Fl_Round_Button perfButton {
label Performance label Performance
@ -48,7 +48,7 @@ Function {make_window()} {open
} }
Fl_Light_Button acButton { Fl_Light_Button acButton {
label AC label AC
xywh {129 49 34 24} type Normal when 0 xywh {129 49 34 24} type Normal box PLASTIC_ROUND_DOWN_BOX when 0
} }
} }
} }