cui/uiconfig/ui/select_persona_dialog.ui | 91 ++++++++++++++++--------------- 1 file changed, 49 insertions(+), 42 deletions(-)
New commits: commit 47f73da0dd4bc94856a50bfd8b666a979e851326 Author: Jan Holesovsky <[email protected]> Date: Fri Nov 30 18:18:33 2012 +0100 Personas: Tweak the Select Persona dialog to be nicer. Change-Id: I0f45b3fd62ecff947d5ed82ec32bfbf5ac3211cd diff --git a/cui/uiconfig/ui/select_persona_dialog.ui b/cui/uiconfig/ui/select_persona_dialog.ui index 123dd35..e704974 100644 --- a/cui/uiconfig/ui/select_persona_dialog.ui +++ b/cui/uiconfig/ui/select_persona_dialog.ui @@ -85,7 +85,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">First visit Firefox Personas (http://www.getpersonas.com) and find Persona you like, and want to choose for LibreOffice.</property> + <property name="label" translatable="yes">First visit Firefox Personas (http://www.getpersonas.com). +Find Persona you like, and want to choose for LibreOffice.</property> <property name="wrap">True</property> <property name="max_width_chars">54</property> </object> @@ -96,19 +97,35 @@ </packing> </child> <child> - <object class="GtkButton" id="visit_personas"> - <property name="label" translatable="yes">Visit Firefox Personas</property> - <property name="use_action_appearance">False</property> + <object class="GtkHBox" id="hbox2"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="halign">center</property> - <property name="valign">center</property> - <property name="use_action_appearance">False</property> + <property name="can_focus">False</property> + <property name="homogeneous">True</property> + <child> + <placeholder/> + </child> + <child> + <object class="GtkButton" id="visit_personas"> + <property name="label" translatable="yes">Visit Firefox Personas</property> + <property name="use_action_appearance">False</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <placeholder/> + </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> + <property name="padding">10</property> <property name="position">1</property> </packing> </child> @@ -117,7 +134,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Then copy the URL of page that contains the Persona to clipboard, and paste it to the input field below, and confirm with OK.</property> + <property name="label" translatable="yes">Then copy the URL of page that contains the Persona to clipboard, paste it to the input field below, and confirm with OK.</property> <property name="wrap">True</property> <property name="max_width_chars">54</property> </object> @@ -128,43 +145,33 @@ </packing> </child> <child> - <object class="GtkHBox" id="hbox1"> + <object class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">6</property> - <child> - <object class="GtkLabel" id="label3"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - <property name="label" translatable="yes">Persona URL:</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">False</property> - <property name="position">0</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="persona_url"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="invisible_char">â</property> - <property name="invisible_char_set">True</property> - <property name="primary_icon_activatable">False</property> - <property name="secondary_icon_activatable">False</property> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> + <property name="xalign">0</property> + <property name="label" translatable="yes">Persona URL:</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">3</property> + </packing> + </child> + <child> + <object class="GtkEntry" id="persona_url"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">â</property> + <property name="invisible_char_set">True</property> + <property name="primary_icon_activatable">False</property> + <property name="secondary_icon_activatable">False</property> + <property name="primary_icon_sensitive">True</property> + <property name="secondary_icon_sensitive">True</property> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
