Skip to content

Commit

Permalink
100%
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 27, 2017
1 parent c203d0e commit b8df377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/ui/views/buttons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<spacer width="100%" />

<grid columns="2">
<label text="Width:" style="vertical-align:center;" />
<hslider id="widthValue" onchange="setWidth()" min="110" pos="140" max="140" />
<label text="Width2:" style="vertical-align:center;" />
<hslider id="widthValue" onchange="setWidth()" min="110" pos="140" max="140" width="100%" />

<label text="Height:" style="vertical-align:center;" />
<hslider id="heightValue" onchange="setHeight()" min="60" pos="85" max="175" />
<hslider id="heightValue" onchange="setHeight()" min="60" pos="85" max="175" width="100%" />

<label text="Icon Position:" />
<vbox>
Expand Down

0 comments on commit b8df377

Please sign in to comment.