Skip to content

Commit

Permalink
Improve a few decoration dialog .ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 15, 2018
1 parent 1e29878 commit 0b19aab
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
15 changes: 14 additions & 1 deletion src/ui/qgsdecorationgriddialog.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>603</width>
<height>335</height>
<height>365</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -300,6 +300,19 @@
</property>
</widget>
</item>
<item row="10" colspan="2">
<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>
<zorder>mOffsetYEdit</zorder>
<zorder>mOffsetXEdit</zorder>
Expand Down
19 changes: 16 additions & 3 deletions src/ui/qgsdecorationscalebardialog.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>565</width>
<height>279</height>
<height>337</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -18,7 +18,7 @@
<normaloff>../../../../../.designer/backup</normaloff>../../../../../.designer/backup</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="9" column="0" colspan="3">
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand All @@ -28,7 +28,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<item row="0" column="0">
<widget class="QGroupBox" name="grpEnable">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
Expand Down Expand Up @@ -420,6 +420,19 @@
</property>
</widget>
</item>
<item row="9" colspan="2">
<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>
</item>
Expand Down

0 comments on commit 0b19aab

Please sign in to comment.