Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 01b3103a authored by ARONSSOHN Constantin's avatar ARONSSOHN Constantin Committed by MOEBEL Emmanuel
Browse files

Improve default behaviour, and fix bug where the default was set to shapes...

parent bc406425
Branches
Tags
1 merge request!3Improve default behaviour, and fix bug where the default was set to shapes...
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
<widget class="QComboBox" name="cb_strategy"> <widget class="QComboBox" name="cb_strategy">
<item> <item>
<property name="text"> <property name="text">
<string>Shapes</string> <string>Spheres</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string>Spheres</string> <string>Shapes</string>
</property> </property>
</item> </item>
</widget> </widget>
...@@ -184,7 +184,7 @@ p, li { white-space: pre-wrap; } ...@@ -184,7 +184,7 @@ p, li { white-space: pre-wrap; }
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="lbl_strategy_input"> <widget class="QLabel" name="lbl_strategy_input">
<property name="text"> <property name="text">
<string>Shape mask paths</string> <string>Sphere radius list</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment