Fix the expand buttons in the remote toolbars looking like garbage

This commit is contained in:
Lirusaito
2019-01-14 20:02:07 -05:00
parent da5717f66e
commit 9c06bbb8eb
4 changed files with 13 additions and 5 deletions

View File

@@ -7,6 +7,6 @@
tool_tip="Click here to toggle the Animation Overrider" width="66" />
<button bottom="-22" follows="left|bottom" font="SansSerif" halign="center" height="22" toggle="true"
label="" left_delta="68" name="popup_btn" scale_image="true" control_name="ShowAOSitPopup"
image_selected="arrow_down.tga" image_unselected="arrow_up.tga"
image_overlay_selected="arrow_down.tga" image_overlay="arrow_up.tga"
tool_tip="Click here for more options" width="22" />
</panel>

View File

@@ -15,6 +15,6 @@
name="voice_volume" width="16" />
<button bottom="-22" control_name="ShowVoiceChannelPopup" height="22" label=""
left_delta="16" name="show_channel" scale_image="true" toggle="true"
image_selected="arrow_down.tga" image_unselected="arrow_up.tga"
image_overlay_selected="arrow_down.tga" image_overlay="arrow_up.tga"
tool_tip="Click to show current voice channel" width="22" />
</panel>