Skip to content

Commit

Permalink
Merge pull request #2387 from IMbackK/DeburrUi
Browse files Browse the repository at this point in the history
Make Deburr Panel reasonably sized
  • Loading branch information
sliptonic committed Jul 29, 2019
2 parents b013624 + 0795b66 commit 9e203dd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 141 deletions.
27 changes: 24 additions & 3 deletions src/Mod/Path/Gui/Resources/panels/PageOpDeburrEdit.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>538</width>
<height>277</height>
<width>390</width>
<height>291</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -16,6 +16,12 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QFrame" name="frame">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
Expand Down Expand Up @@ -168,14 +174,29 @@
<item>
<widget class="QLabel" name="opImage">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>150</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>150</height>
</size>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
Expand Down
202 changes: 64 additions & 138 deletions src/Mod/Path/Images/Ops/chamfer.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e203dd

Please sign in to comment.