From a4ea0031c41fc5882807b7791dc308bae6276b0dc7cee986ad56474ab52c6271 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sun, 25 Jan 2026 15:41:09 -0500 Subject: [PATCH] Some UI tweaks. --- power_console.fluid | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/power_console.fluid b/power_console.fluid index 02fa5bd..96ca532 100644 --- a/power_console.fluid +++ b/power_console.fluid @@ -15,17 +15,17 @@ extern void perfChosen();} {public global Function {make_window()} {open } { - Fl_Window {} {open - xywh {506 191 177 183} type Double visible + Fl_Window {} {open selected + xywh {506 191 177 183} type Double box GLEAM_UP_BOX visible } { Fl_Light_Button conserveButton { label {Conserve Battery} - callback consClicked selected + callback consClicked xywh {13 150 150 24} when 6 } Fl_Box {} { label {Power Manager} - xywh {9 7 154 36} box EMBOSSED_FRAME + xywh {9 7 154 36} box OSHADOW_BOX } Fl_Round_Button perfButton { label Performance @@ -48,7 +48,7 @@ Function {make_window()} {open } Fl_Light_Button acButton { 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 } } }