Fix the spinners on the map and on the god tools floater being too small because of unused label_width.

This commit is contained in:
Inusaito Sayori
2013-08-08 16:03:01 -04:00
parent 4b8db31073
commit fb32e500dc
2 changed files with 5 additions and 5 deletions

View File

@@ -187,7 +187,7 @@
</line_editor>
<spinner bottom="-126" decimal_digits="3" follows="top|right" height="16"
increment="0.1" initial_val="1" left="308" max_val="4" min_val="0"
mouse_opaque="true" name="billable factor" width="80">
mouse_opaque="true" name="billable factor" label_width="20" width="80">
<spinner.commit_callback
function="RegionTools.ChangeAnything" />
</spinner>
@@ -199,7 +199,7 @@
</text>
<spinner bottom="-146" decimal_digits="3" follows="top|right" height="16" increment="1"
initial_val="1" left="308" max_val="100" min_val="0" mouse_opaque="true"
name="land cost" width="80">
name="land cost" label_width="20" width="80">
<spinner.commit_callback
function="RegionTools.ChangeAnything" />
</spinner>

View File

@@ -158,21 +158,21 @@
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="128" left="1090" max_val="255" min_val="0"
mouse_opaque="true" name="spin x"
tool_tip="X coordinate of location to show on map" width="48" >
tool_tip="X coordinate of location to show on map" label_width="0" width="48" >
<spinner.commit_callback
function="WMap.Coordinates" />
</spinner>
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="128" left_delta="50" max_val="255" min_val="0"
mouse_opaque="true" name="spin y"
tool_tip="Y coordinate of location to show on map" width="48" >
tool_tip="Y coordinate of location to show on map" label_width="0" width="48" >
<spinner.commit_callback
function="WMap.Coordinates" />
</spinner>
<spinner bottom_delta="0" decimal_digits="0" follows="bottom|right" height="16"
increment="1" initial_val="0" left_delta="50" max_val="8192" min_val="0"
mouse_opaque="true" name="spin z"
tool_tip="Z coordinate of location to show on map" width="48" >
tool_tip="Z coordinate of location to show on map" label_width="0" width="48" >
<spinner.commit_callback
function="WMap.Coordinates" />
</spinner>