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_dark.qss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ui/style_dark.qss') diff --git a/ui/style_dark.qss b/ui/style_dark.qss index 146c162..cfb127d 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -562,12 +562,6 @@ QMenu#profileMenu::separator { margin: 3px 8px; } -/* ── Control widget wrapper (edit/remove row) ────────────────────── */ -QFrame#controlWidgetWrapper { - background: transparent; - border: none; -} - /* ── Layout canvas ───────────────────────────────────────────────── */ QWidget#layoutCanvasBar { background-color: #0f1521; -- cgit v1.2.3