Skip to content

Commit

Permalink
Increase margins maximum values (fixes #303)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Aug 19, 2020
1 parent a86e587 commit 910e688
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/styleadvanced.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>223</width>
<height>344</height>
<height>352</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -114,7 +114,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="marginL"/>
<widget class="QSpinBox" name="marginL">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
Expand All @@ -124,7 +128,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="marginR"/>
<widget class="QSpinBox" name="marginR">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
Expand All @@ -134,7 +142,11 @@
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="marginV"/>
<widget class="QSpinBox" name="marginV">
<property name="maximum">
<number>9999</number>
</property>
</widget>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 910e688

Please sign in to comment.