Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bde2348e authored by MOEBEL Emmanuel's avatar MOEBEL Emmanuel
Browse files

Merge branch 'master' into 'master'

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

See merge request !3
parents bc406425 01b3103a
No related branches found
No related tags found
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