From a884ea703ec4972cee07f12898a236269404a159 Mon Sep 17 00:00:00 2001 From: donovaly Date: Sat, 16 Jan 2021 18:28:47 +0100 Subject: [PATCH] [PD] fix alignment in pocket dialog just a minor UI issue: when you decrease the width of the pocket dialog (e.g. because you have a small screen), the alignment of the widgets is lost. This PR fixes this by grouping the widgets in a grid. --- .../PartDesign/Gui/TaskPocketParameters.ui | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/src/Mod/PartDesign/Gui/TaskPocketParameters.ui b/src/Mod/PartDesign/Gui/TaskPocketParameters.ui index 29ea32605f..cf487e40eb 100644 --- a/src/Mod/PartDesign/Gui/TaskPocketParameters.ui +++ b/src/Mod/PartDesign/Gui/TaskPocketParameters.ui @@ -6,8 +6,8 @@ 0 0 - 241 - 233 + 193 + 272 @@ -15,15 +15,15 @@ - - + + Type - + @@ -32,18 +32,14 @@ - - - - - + Length - + false @@ -53,18 +49,14 @@ - - - - - + Offset - + false @@ -153,6 +145,17 @@
Gui/PrefWidgets.h
+ + changeMode + lengthEdit + offsetEdit + checkBoxMidplane + checkBoxReversed + lengthEdit2 + buttonFace + lineFaceName + checkBoxUpdateView +