From 68a0c5ba06f471d1d63aedfb61d708faa4b76565 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 3 Aug 2026 12:25:36 -0600 Subject: Re-designed control widgets to be fully contrained. - Moved edit and X button to top with header of widget. - Replaced up/down button with drag-and-drop style headers. --- ui/style_light.qss | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/style_light.qss') diff --git a/ui/style_light.qss b/ui/style_light.qss index 19d8025..b98dc52 100644 --- a/ui/style_light.qss +++ b/ui/style_light.qss @@ -77,7 +77,6 @@ QWidget#controlWidgetHeader { background:#f1f5f9; border-radius:5px 5px 0 0; bor QLabel#controlWidgetIcon { font-size:14px; color:#3b82f6; padding-right:4px; } QLabel#controlWidgetTitle { font-family:"IBM Plex Mono",monospace; font-size:11px; font-weight:700; letter-spacing:1.5px; color:#64748b; } QWidget#controlWidgetBody { background:#ffffff; border-radius:0 0 5px 5px; } -QFrame#controlWidgetWrapper { background:transparent; border:none; } /* Motor */ QLabel#motorSpeedLbl { font-family:"IBM Plex Mono",monospace; font-size:28px; font-weight:700; color:#1d4ed8; } -- cgit v1.2.3