From 3fe27ba27dc1330975f530712a1860b6c69beafe Mon Sep 17 00:00:00 2001 From: Jeremy Plsek Date: Sun, 27 Jun 2021 14:45:17 -0400 Subject: [PATCH] Update save-as dialog This moves the label and text input outside of the QDialogButtonBox (which is mainly meant only for buttons) and into its own layout. This makes the window resize work slightly better and renders the layout slightly better. --- qt/OpenRGBProfileSaveDialog.ui | 65 +++++++++++++--------------------- 1 file changed, 24 insertions(+), 41 deletions(-) diff --git a/qt/OpenRGBProfileSaveDialog.ui b/qt/OpenRGBProfileSaveDialog.ui index b67236b4..7218169a 100644 --- a/qt/OpenRGBProfileSaveDialog.ui +++ b/qt/OpenRGBProfileSaveDialog.ui @@ -7,51 +7,34 @@ 0 0 400 - 160 + 110 - Dialog + Profile Name - - - - 30 - 120 - 341 - 32 - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - 30 - 70 - 341 - 20 - - - - - - - 30 - 20 - 341 - 16 - - - - New Profile Name: - - + + + + + New Profile Name: + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + +