Fixed a minor UI glitch in the position lock button

This commit is contained in:
phr0z3nt04st
2010-05-10 17:44:29 -05:00
parent 955ed49dc0
commit dc23501566

View File

@@ -6,6 +6,6 @@
<button bottom="-20" height="20" image_overlay="icn_voice-call-end.tga" label=""
left="4" name="end_call_btn" tool_tip="Click to hang up" width="20" />
<button bottom="-20" height="20" image_selected="pos_lock_on.tga" image_unselected="pos_lock_off.tga" label=""
left_delta="28" name="pos_lock_btn" tool_tip="Click to lock position" width="20" toggle="true" />
left_delta="28" name="pos_lock_btn" tool_tip="Click to lock position" width="20" toggle="true" scale_image="false" />
<panel bottom="13" filename="panel_voice_controls.xml" left="1" />
</panel>