diff options
author | Jonathan Yap <none@none> | 2013-01-28 16:37:03 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2013-01-28 16:37:03 -0500 |
commit | 0092ec9bd96410f54a82040647f9c361550cde51 (patch) | |
tree | b6e7caff8ba0e3a94397850859903655bfc6faa0 | |
parent | d16757545c91d4f7dac3c52a311ad0f0239052e1 (diff) |
STORM-1929 Top bar: speaker icon clipped, overlapping UI elements
-rw-r--r-- | doc/contributions.txt | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_status_bar.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index f53d9f5cfd..a4ca4e54c0 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -646,6 +646,7 @@ Jonathan Yap STORM-1872 STORM-1858 STORM-1862 + STORM-1929 Kadah Coba STORM-1060 STORM-1843 diff --git a/indra/newview/skins/default/xui/en/panel_status_bar.xml b/indra/newview/skins/default/xui/en/panel_status_bar.xml index dd2a0c6627..064ece6e4b 100644 --- a/indra/newview/skins/default/xui/en/panel_status_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_status_bar.xml @@ -113,7 +113,7 @@ image_pressed="Pause_Press" image_pressed_selected="Play_Press" is_toggle="true" - left_pad="15" + left_pad="5" top="1" name="media_toggle_btn" tool_tip="Start/Stop All Media (Music, Video, Web pages)" |