Skip to content

Commit

Permalink
TaskFemConstraintForce.ui: add tooltips and remove unnecessary spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and berndhahnebach committed Feb 21, 2020
1 parent 6cc0e35 commit 3574182
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions src/Mod/Fem/Gui/TaskFemConstraintForce.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>330</width>
<height>350</height>
<height>320</height>
</rect>
</property>
<property name="sizePolicy">
Expand All @@ -19,7 +19,7 @@
<property name="minimumSize">
<size>
<width>330</width>
<height>350</height>
<height>300</height>
</size>
</property>
<property name="baseSize">
Expand Down Expand Up @@ -95,13 +95,21 @@
<layout class="QHBoxLayout" name="layoutDirection">
<item>
<widget class="QPushButton" name="buttonDirection">
<property name="toolTip">
<string>Select a planar edge or face, then press this button</string>
</property>
<property name="text">
<string>Direction</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineDirection"/>
<widget class="QLineEdit" name="lineDirection">
<property name="toolTip">
<string>The direction of the edge or the direction of the
normal vector of the face is used as direction</string>
</property>
</widget>
</item>
</layout>
</item>
Expand All @@ -112,19 +120,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>17</width>
<height>56</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 3574182

Please sign in to comment.