diff options
author | NiranV <NiranV.Dean@googlemail.com> | 2014-07-25 08:09:24 +0200 |
---|---|---|
committer | NiranV <NiranV.Dean@googlemail.com> | 2014-07-25 08:09:24 +0200 |
commit | c885547056e40f80b1f26074782b478b5e10cc93 (patch) | |
tree | 53a44d51e5457ab19263be25dabec1ce64a25887 /indra/newview/skins/default/xui/en/floater_flickr.xml | |
parent | 03361678a6ca109e4ef479c148d36f6d157e8e5a (diff) |
Changed: Flickr floater layout.
Changed: Flickr floater size.
Changed: Aligned all widgets to an unified layout, keep 10 pixels left/right and so on.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_flickr.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_flickr.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_flickr.xml b/indra/newview/skins/default/xui/en/floater_flickr.xml index 1a9ffd0489..24de3ddd8d 100644 --- a/indra/newview/skins/default/xui/en/floater_flickr.xml +++ b/indra/newview/skins/default/xui/en/floater_flickr.xml @@ -10,11 +10,11 @@ single_instance="true" reuse_instance="true" title="UPLOAD TO FLICKR" - height="622" - width="304"> + height="590" + width="272"> <panel - height="622" - width="304" + height="590" + width="272" visible="true" name="background" follows="all" @@ -24,10 +24,11 @@ name="tabs" tab_group="1" tab_min_width="70" - tab_height="30" + tab_height="21" tab_position="top" top="7" - height="577" + height="555" + follows="all" halign="center" use_highlighting_on_hover="true"> <panel @@ -51,8 +52,8 @@ name="connection_error_text" type="string" follows="left|bottom|right" - top="5" - left="9" + bottom="-5" + left="10" width="250" height="20" wrap="true" @@ -67,14 +68,14 @@ height="24" width="24" name="connection_loading_indicator" - top="2" - left="9" + top_delta="-2" + left="10" visible="true"/> <text name="connection_loading_text" type="string" follows="left|bottom|right" - top="5" + top_delta="2" left_pad="5" width="250" height="20" |