diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-08-03 12:25:36 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-08-03 12:42:12 -0600 |
| commit | 68a0c5ba06f471d1d63aedfb61d708faa4b76565 (patch) | |
| tree | db8d892d1d3bcbc5856a22c9fb61d5a0e9717f29 /ui/style_light.qss | |
| parent | c8bc48e5d842e5e903319ea8b75be38d5002856f (diff) | |
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.
Diffstat (limited to 'ui/style_light.qss')
| -rw-r--r-- | ui/style_light.qss | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |
