Skip to content
Snippets Groups Projects
Commit ceec7b7e authored by Merov Linden's avatar Merov Linden
Browse files

ACME-1333 : Allow Facebook panel to be resized, fixed ensuing follow...

ACME-1333 : Allow Facebook panel to be resized, fixed ensuing follow positioning issues in all subpanels
parent eb942229
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<floater <floater
positioning="cascading" positioning="cascading"
can_close="true" can_close="true"
can_resize="false" can_resize="true"
help_topic="floater_facebook" help_topic="floater_facebook"
layout="topleft" layout="topleft"
name="floater_facebook" name="floater_facebook"
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
single_instance="true" single_instance="true"
reuse_instance="true" reuse_instance="true"
title="POST TO FACEBOOK" title="POST TO FACEBOOK"
min_height="501"
min_width="304"
height="482" height="482"
width="304"> width="304">
<panel <panel
...@@ -28,6 +30,7 @@ ...@@ -28,6 +30,7 @@
tab_position="top" tab_position="top"
top="7" top="7"
height="437" height="437"
follows="all"
halign="center" halign="center"
use_highlighting_on_hover="true"> use_highlighting_on_hover="true">
<panel <panel
...@@ -81,7 +84,7 @@ ...@@ -81,7 +84,7 @@
Error Error
</text> </text>
<loading_indicator <loading_indicator
follows="left|bottom|right" follows="left|bottom"
height="24" height="24"
width="24" width="24"
name="connection_loading_indicator" name="connection_loading_indicator"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
height="400" height="400"
width="304" width="304"
layout="topleft" layout="topleft"
follows="all"
name="panel_facebook_account"> name="panel_facebook_account">
<string <string
name="facebook_connected" name="facebook_connected"
...@@ -34,6 +35,7 @@ ...@@ -34,6 +35,7 @@
type="string"/> type="string"/>
<panel <panel
layout="topleft" layout="topleft"
follows="left|top"
name="panel_buttons" name="panel_buttons"
height="345" height="345"
left="9"> left="9">
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
height="400" height="400"
width="304" width="304"
layout="topleft" layout="topleft"
follows="all"
name="panel_facebook_friends"> name="panel_facebook_friends">
<accordion <accordion
background_visible="true" background_visible="true"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
height="400" height="400"
width="304" width="304"
layout="topleft" layout="topleft"
follows="all"
name="panel_facebook_photo"> name="panel_facebook_photo">
<layout_stack <layout_stack
layout="topleft" layout="topleft"
...@@ -64,7 +65,7 @@ ...@@ -64,7 +65,7 @@
visible="true" visible="true"
name="thumbnail_placeholder" name="thumbnail_placeholder"
top="33" top="33"
follows="left|top" follows="left|top|right"
left="9"> left="9">
</panel> </panel>
<button <button
...@@ -122,7 +123,7 @@ ...@@ -122,7 +123,7 @@
Comment (optional): Comment (optional):
</text> </text>
<text_editor <text_editor
follows="left|top" follows="left|top|right"
height="87" height="87"
width="250" width="250"
left="9" left="9"
...@@ -145,7 +146,7 @@ ...@@ -145,7 +146,7 @@
name="photo_button_panel" name="photo_button_panel"
height="25"> height="25">
<button <button
follows="left|top" follows="left|bottom"
top="0" top="0"
left="9" left="9"
height="23" height="23"
...@@ -156,7 +157,7 @@ ...@@ -156,7 +157,7 @@
function="SocialSharing.SendPhoto" /> function="SocialSharing.SendPhoto" />
</button> </button>
<button <button
follows="left|top" follows="left|bottom"
height="23" height="23"
label="Cancel" label="Cancel"
name="cancel_photo_btn" name="cancel_photo_btn"
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
height="400" height="400"
width="304" width="304"
layout="topleft" layout="topleft"
follows="all"
name="panel_facebook_place"> name="panel_facebook_place">
<layout_stack <layout_stack
layout="topleft" layout="topleft"
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
Say something about where you are: Say something about where you are:
</text> </text>
<text_editor <text_editor
follows="top|left" follows="top|left|right"
height="150" height="150"
width="250" width="250"
left="9" left="9"
...@@ -106,7 +107,7 @@ ...@@ -106,7 +107,7 @@
name="place_button_panel" name="place_button_panel"
height="25"> height="25">
<button <button
follows="left|top" follows="left|bottom"
top="0" top="0"
left="9" left="9"
height="23" height="23"
...@@ -117,7 +118,7 @@ ...@@ -117,7 +118,7 @@
function="SocialSharing.SendCheckin" /> function="SocialSharing.SendCheckin" />
</button> </button>
<button <button
follows="left|top" follows="left|bottom"
height="23" height="23"
label="Cancel" label="Cancel"
name="cancel_place_btn" name="cancel_place_btn"
......
<panel <panel
height="400" height="400"
width="304" width="304"
follows="all"
layout="topleft" layout="topleft"
name="panel_facebook_status"> name="panel_facebook_status">
<layout_stack <layout_stack
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
What's on your mind? What's on your mind?
</text> </text>
<text_editor <text_editor
follows="left|top" follows="left|top|right"
height="150" height="150"
width="250" width="250"
left="9" left="9"
...@@ -41,7 +42,7 @@ ...@@ -41,7 +42,7 @@
name="status_button_panel" name="status_button_panel"
height="25"> height="25">
<button <button
follows="left|top" follows="left|bottom"
top="0" top="0"
left="9" left="9"
height="23" height="23"
...@@ -52,7 +53,7 @@ ...@@ -52,7 +53,7 @@
function="SocialSharing.SendStatus" /> function="SocialSharing.SendStatus" />
</button> </button>
<button <button
follows="left|top" follows="left|bottom"
height="23" height="23"
label="Cancel" label="Cancel"
name="cancel_status_btn" name="cancel_status_btn"
......
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