Minor fix in Grid preferences design/layout

This commit is contained in:
David Capello 2016-12-05 12:49:36 -03:00
parent 52030e83f3
commit c1fc3d7453

View File

@ -164,28 +164,25 @@
<separator horizontal="true" expansive="true" /> <separator horizontal="true" expansive="true" />
</hbox> </hbox>
<grid columns="3"> <grid columns="5">
<label text="X:" /> <label text="X:" />
<hbox cell_hspan="2"> <entry id="grid_x" text="" maxsize="4" />
<entry id="grid_x" text="" maxsize="4" /> <label text="Y:" />
<label text="Y:" /> <entry id="grid_y" text="" maxsize="4" />
<entry id="grid_y" text="" maxsize="4" /> <hbox />
</hbox>
<label text="Width:" /> <label text="Width:" />
<hbox cell_hspan="2"> <entry id="grid_w" text="" maxsize="4" />
<entry id="grid_w" text="" maxsize="4" /> <label text="Height:" />
<label text="Height:" /> <entry id="grid_h" text="" maxsize="4" />
<entry id="grid_h" text="" maxsize="4" /> <hbox />
</hbox>
<label text="Color:" /> <label text="Color:" />
<box id="grid_color_placeholder" /><!-- custom widget --> <box id="grid_color_placeholder" cell_hspan="3" /><!-- custom widget -->
<hbox /> <hbox />
<label text="Opacity:" /> <label text="Opacity:" />
<slider id="grid_opacity" min="1" max="255" width="128" /> <slider id="grid_opacity" cell_hspan="3" min="1" max="255" width="128" />
<check id="grid_auto_opacity" text="Auto" /> <check id="grid_auto_opacity" text="Auto" />
</grid> </grid>