Skip to content
Snippets Groups Projects
Commit 6896dd2f authored by Leyla Farazha's avatar Leyla Farazha
Browse files

fixed low/lowest order issue in wizard comboboxes

parent 9d28f840
No related branches found
No related tags found
No related merge requests found
...@@ -422,12 +422,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se ...@@ -422,12 +422,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se
<combo_item name="medium"> <combo_item name="medium">
Medium Medium
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
<combo_item name="low"> <combo_item name="low">
Low Low
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
</combo_box> </combo_box>
<panel <panel
left="10" left="10"
...@@ -449,12 +449,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se ...@@ -449,12 +449,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se
<slider <slider
follows="left|top" follows="left|top"
height="20" height="20"
increment="1" increment="0.5"
layout="topleft" layout="topleft"
left="204" left="204"
max_val="2" max_val="4"
initial_value="1" initial_value="3"
min_val="0" min_val="2"
name="accuracy_slider" name="accuracy_slider"
show_text="false" show_text="false"
top="120" top="120"
...@@ -674,12 +674,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se ...@@ -674,12 +674,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se
<combo_item name="medium"> <combo_item name="medium">
Medium Medium
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
<combo_item name="low"> <combo_item name="low">
Low Low
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
</combo_box> </combo_box>
<panel <panel
left="10" left="10"
...@@ -807,12 +807,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se ...@@ -807,12 +807,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se
<combo_item name="medium"> <combo_item name="medium">
Medium Medium
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
<combo_item name="low"> <combo_item name="low">
Low Low
</combo_item> </combo_item>
<combo_item name="lowest">
Lowest
</combo_item>
</combo_box> </combo_box>
<panel <panel
left="10" left="10"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment