fixes
This commit is contained in:
@@ -693,7 +693,7 @@
|
||||
<slider-h id="grid-ground-offset" value="0.25"/>
|
||||
</node>
|
||||
<node height="30" pad="1" width="100%" dir="row" margin="5 0 0 0">
|
||||
<combobox id="grid-ground-resolution" width="100%" height="30" combo-list="0.1,0.5,1,2,4,8" default="2"/>
|
||||
<combobox id="grid-ground-resolution" width="100%" height="28" combo-list="0.1,0.5,1,2,4,8" default="2"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
@@ -731,7 +731,7 @@
|
||||
</node>
|
||||
<node dir="col" align="center" grow="1" width="1" flood-events="1" color=".3" >
|
||||
<node height="30" pad="1" width="100%" dir="row" margin="5 0 0 0">
|
||||
<combobox id="grid-heightmap-shading" width="100%" height="30" combo-list="Transparent,Flat,Solid,Textured" default="0"/>
|
||||
<combobox id="grid-heightmap-shading" width="100%" height="28" combo-list="Transparent,Flat,Solid,Textured" default="0"/>
|
||||
</node>
|
||||
<node height="20" pad="1" width="100%" margin="5 0 0 0">
|
||||
<slider-h id="grid-heightmap-wireframe" value="1.0"/>
|
||||
@@ -753,10 +753,10 @@
|
||||
<slider-h id="grid-heightmap-radius" value="0.25"/>
|
||||
</node>
|
||||
<node height="30" pad="1" width="100%" dir="row" margin="5 0 0 0">
|
||||
<combobox id="grid-heightmap-samples" width="100%" height="30" combo-list="1,4,8,16,32,64,128" default="2"/>
|
||||
<combobox id="grid-heightmap-samples" width="100%" height="28" combo-list="1,4,8,16,32,64,128" default="2"/>
|
||||
</node>
|
||||
<node height="30" pad="1" width="100%" dir="row" margin="5 0 0 0">
|
||||
<combobox id="grid-heightmap-texres" width="100%" height="30" combo-list="256,512,1024,2048,4096" default="1"/>
|
||||
<combobox id="grid-heightmap-texres" width="100%" height="28" combo-list="256,512,1024,2048,4096" default="1"/>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
@@ -771,7 +771,7 @@
|
||||
|
||||
<!-- MESSAGE BOX -->
|
||||
<layout id="message-box">
|
||||
<border positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center" mouse-capture="true">
|
||||
<border positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center">
|
||||
<border thickness="1" border-color=".2" pad="3">
|
||||
<border width="400" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
|
||||
<text id="title" text="Just a test message"></text>
|
||||
@@ -789,8 +789,8 @@
|
||||
|
||||
<!-- PROGRESS BAR -->
|
||||
<layout id="progress-bar">
|
||||
<border positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center" mouse-capture="true">
|
||||
<border thickness="1" border-color=".2" pad="3">
|
||||
<border positioning="absolute" position="0 0" color=".4 .4 .4 .8" width="100%" height="100%" align="center" justify="center">
|
||||
<border id="body" thickness="1" border-color=".2" pad="3">
|
||||
<border width="400" height="30" color=".2 .2 .2 .9" dir="row" align="center" justify="center">
|
||||
<text id="title" text="Just a test message"></text>
|
||||
</border>
|
||||
|
||||
Reference in New Issue
Block a user