Skip to content
Snippets Groups Projects
Commit ce53bc50 authored by Richard Linden's avatar Richard Linden
Browse files

EXT-5922 - Nearby Media Popover: make padding consistent

parent 80d8cb4f
No related branches found
No related tags found
No related merge requests found
...@@ -2,34 +2,34 @@ ...@@ -2,34 +2,34 @@
<panel <panel
can_resize="true" can_resize="true"
can_close="false" can_close="false"
mouse_opaque="true" bg_opaque_image="Volume_Background"
bg_opaque_image="Volume_Background" bg_alpha_image="Volume_Background"
bg_alpha_image="Volume_Background" background_opaque="true"
background_opaque="true"
background_visible="true" background_visible="true"
layout="topleft" layout="topleft"
width="270" width="270"
height="235" height="230"
name="nearby_media" name="nearby_media"
help_topic="nearby_media"> help_topic="nearby_media">
<string name="media_item_count_format">(%ld media items)</string>
<string name="empty_item_text">&lt;empty&gt;</string> <string name="empty_item_text">&lt;empty&gt;</string>
<string name="parcel_media_name">Parcel Streaming Media</string> <string name="parcel_media_name">Parcel Streaming Media</string>
<string name="parcel_audio_name">Parcel Streaming Audio</string> <string name="parcel_audio_name">Parcel Streaming Audio</string>
<string name="playing_suffix">(playing)</string> <string name="playing_suffix">(playing)</string>
<panel <panel
bevel_style="in" bevel_style="in"
background_visible="false" background_visible="false"
follows="left|right|top" follows="left|right|top"
top="0" top="0"
height="30" height="35"
name="minimized_controls" name="minimized_controls"
left="0"> left="0">
<button <button
name="all_nearby_media_disable_btn" name="all_nearby_media_disable_btn"
follows="left" follows="left"
tool_tip="Turn all nearby media off" tool_tip="Turn all nearby media off"
left="15" left="8"
width="60" width="66"
height="22" height="22"
label="Stop All"> label="Stop All">
<button.commit_callback <button.commit_callback
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
follows="left" follows="left"
tool_tip="Turn all nearby media on" tool_tip="Turn all nearby media on"
left_pad="4" left_pad="4"
width="60" width="66"
height="22" height="22"
label="Start All"> label="Start All">
<button.commit_callback <button.commit_callback
...@@ -68,8 +68,8 @@ ...@@ -68,8 +68,8 @@
follows="right" follows="right"
tool_tip="Advanced Controls" tool_tip="Advanced Controls"
top_delta="0" top_delta="0"
right="-10" right="-8"
width="60" width="66"
height="22" height="22"
toggle="true" toggle="true"
label="More &gt;&gt;" label="More &gt;&gt;"
...@@ -95,10 +95,23 @@ ...@@ -95,10 +95,23 @@
follows="top|left" follows="top|left"
font="SansSerif" font="SansSerif"
left="10" left="10"
name="nearby_media"
width="100"> width="100">
Nearby Media Nearby Media
</text> </text>
<!-- nix for now
<text
bottom_delta="1"
type="string"
follows="top|left|right"
font="SansSerif"
font.style="ITALIC"
font.size="Small"
name="media_item_count"
left="115"
right="-10">
(?? media items)
</text>
-->
<text <text
type="string" type="string"
length="1" length="1"
...@@ -106,7 +119,6 @@ ...@@ -106,7 +119,6 @@
font="SansSerif" font="SansSerif"
top_pad="15" top_pad="15"
left="10" left="10"
name="show"
width="40"> width="40">
Show: Show:
</text> </text>
...@@ -135,7 +147,6 @@ ...@@ -135,7 +147,6 @@
name="OnOthers" /> name="OnOthers" />
</combo_box> </combo_box>
<scroll_list <scroll_list
name="media_list"
follows="left|top|bottom|right" follows="left|top|bottom|right"
column_padding="0" column_padding="0"
height="105" height="105"
...@@ -144,7 +155,8 @@ ...@@ -144,7 +155,8 @@
bg_stripe_color="0.25 0.25 0.25 0.25" bg_stripe_color="0.25 0.25 0.25 0.25"
top_pad="8" top_pad="8"
left="10" left="10"
right="-10"> right="-10"
name="media_list">
<scroll_list.columns <scroll_list.columns
type="checkbox" type="checkbox"
width="-1" width="-1"
...@@ -181,7 +193,6 @@ ...@@ -181,7 +193,6 @@
top_pad="5" top_pad="5"
height="30" height="30"
left="10" left="10"
name="media_controls_panel"
right="-10"> right="-10">
<layout_stack <layout_stack
name="media_controls" name="media_controls"
...@@ -190,12 +201,14 @@ ...@@ -190,12 +201,14 @@
height="26" height="26"
layout="topleft" layout="topleft"
top="4" top="4"
left="10" left="8"
right="-10" right="-10"
border_size="0" border_size="0"
mouse_opaque="false"
orientation="horizontal"> orientation="horizontal">
<layout_panel <layout_panel
name="stop" name="stop"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -223,6 +236,7 @@ ...@@ -223,6 +236,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="play" name="play"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -250,6 +264,7 @@ ...@@ -250,6 +264,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="pause" name="pause"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -276,6 +291,7 @@ ...@@ -276,6 +291,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="volume_slider_ctrl" name="volume_slider_ctrl"
mouse_opaque="false"
auto_resize="true" auto_resize="true"
user_resize="false" user_resize="false"
follows="left|right" follows="left|right"
...@@ -300,6 +316,7 @@ ...@@ -300,6 +316,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="mute" name="mute"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -328,6 +345,7 @@ ...@@ -328,6 +345,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="zoom" name="zoom"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -355,6 +373,7 @@ ...@@ -355,6 +373,7 @@
</layout_panel> </layout_panel>
<layout_panel <layout_panel
name="unzoom" name="unzoom"
mouse_opaque="false"
auto_resize="false" auto_resize="false"
user_resize="false" user_resize="false"
layout="topleft" layout="topleft"
...@@ -383,6 +402,7 @@ ...@@ -383,6 +402,7 @@
<layout_panel <layout_panel
name="right_bookend" name="right_bookend"
width="0" width="0"
mouse_opaque="false"
user_resize="false" /> user_resize="false" />
</layout_stack> </layout_stack>
</panel> </panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment