Skip to content

Commit

Permalink
[PD] patterning UI: avoid whitespace
Browse files Browse the repository at this point in the history
- also have a uniform list height in all patterning dialogs
  • Loading branch information
donovaly authored and wwmayer committed Aug 6, 2020
1 parent 64200d8 commit 4ce85d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 41 deletions.
15 changes: 1 addition & 14 deletions src/Mod/PartDesign/Gui/TaskLinearPatternParameters.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>270</width>
<height>366</height>
<height>339</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -128,19 +128,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
Expand Down
13 changes: 0 additions & 13 deletions src/Mod/PartDesign/Gui/TaskMirroredParameters.ui
Expand Up @@ -80,19 +80,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
Expand Down
15 changes: 1 addition & 14 deletions src/Mod/PartDesign/Gui/TaskPolarPatternParameters.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>253</width>
<height>366</height>
<height>339</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -134,19 +134,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 4ce85d3

Please sign in to comment.