From bbde9f9b10ccdb109225551a98b740b6b9aa06e1 Mon Sep 17 00:00:00 2001 From: Corey Woodworth Date: Sun, 23 Nov 2025 09:53:27 -0500 Subject: [PATCH] Fixed button margins --- Widgets/NColorPickerDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Widgets/NColorPickerDialog.qml b/Widgets/NColorPickerDialog.qml index e54e42b57..1324f5b15 100644 --- a/Widgets/NColorPickerDialog.qml +++ b/Widgets/NColorPickerDialog.qml @@ -728,8 +728,8 @@ Popup { RowLayout { Layout.fillWidth: true - Layout.topMargin: 20 - Layout.bottomMargin: 20 + //Layout.topMargin: 20 + //Layout.bottomMargin: 20 spacing: 10 Item {