Skip to content

Commit

Permalink
Gui: fix ui file, introduced with c171764
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Oct 7, 2019
1 parent 38740a0 commit 2e0e1da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Gui/DlgGeneral.ui
Expand Up @@ -212,14 +212,15 @@ this according to your screen size or personal taste</string>
</widget>
</item>
<item>
<widget class="QComboBox" name="treeMode"/>
<property name="toolTip">
<string>Tree View Mode provides the option the option to
<widget class="QComboBox" name="treeMode">
<property name="toolTip">
<string>Tree View Mode provides the option the option to
customize the properties panel. The options are:
1. 'Combiview'
2. 'TreeView + PropertyView
3. 'Both'</string>
</property>
</property>
</widget>
</item>
</layout>
</item>
Expand Down

2 comments on commit 2e0e1da

@yorikvanhavre
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got faster than me :D

@berndhahnebach
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)
great to see you back on codeing ...

Please sign in to comment.