Skip to content

Commit

Permalink
Merge pull request #283 from sliptonic/master
Browse files Browse the repository at this point in the history
bug with EngraveEdit
  • Loading branch information
wwmayer committed Sep 16, 2016
2 parents 3f4f807 + abc97f8 commit 279418f
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions src/Mod/Path/Gui/Resources/panels/EngraveEdit.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>322</width>
<height>517</height>
<width>321</width>
<height>504</height>
</rect>
</property>
<property name="minimumSize">
Expand All @@ -33,8 +33,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>304</width>
<height>349</height>
<width>303</width>
<height>366</height>
</rect>
</property>
<attribute name="icon">
Expand Down Expand Up @@ -111,8 +111,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>304</width>
<height>349</height>
<width>303</width>
<height>366</height>
</rect>
</property>
<attribute name="icon">
Expand All @@ -123,16 +123,28 @@
<string>Depths</string>
</attribute>
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="Gui::InputField" name="startDepth">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Start Depth</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="Gui::InputField" name="finalDepth">
<property name="unit" stdset="0">
<string notr="true">mm</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Final Depth</string>
Expand All @@ -146,8 +158,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>304</width>
<height>349</height>
<width>303</width>
<height>366</height>
</rect>
</property>
<attribute name="icon">
Expand Down Expand Up @@ -193,8 +205,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>231</width>
<height>38</height>
<width>303</width>
<height>366</height>
</rect>
</property>
<attribute name="icon">
Expand Down Expand Up @@ -236,7 +248,6 @@
</customwidgets>
<resources>
<include location="../Path.qrc"/>
<include location="../Path.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 279418f

Please sign in to comment.