Skip to content

Commit

Permalink
+ fix mesh smoothing panel
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 14, 2015
1 parent 2ce0fac commit 44ae0d7
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/Mod/Mesh/Gui/Selection.ui
Expand Up @@ -20,21 +20,34 @@
<string>Selection</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="2">
<item row="0" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>101</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="addSelection">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item row="0" column="3">
<item row="0" column="2">
<widget class="QPushButton" name="clearSelection">
<property name="text">
<string>Clear</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="4">
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="visibleTriangles">
<property name="text">
<string>Respect only visible triangles</string>
Expand All @@ -44,7 +57,7 @@
</property>
</widget>
</item>
<item row="2" column="0" colspan="4">
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="screenTriangles">
<property name="text">
<string>Respect only triangles with normals facing screen</string>
Expand All @@ -54,7 +67,7 @@
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<item row="3" column="0" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string/>
Expand Down

0 comments on commit 44ae0d7

Please sign in to comment.