diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-12-16 22:27:26 -0600 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-12-20 21:13:36 +0100 |
commit | 7af4592c1dadbd960453289a94a6156d5c5d76bc (patch) | |
tree | aa5a8feb709a4ef43161c3a2c8e3092eeb2d83dc /uui | |
parent | bc4bbf802fd2729ec70cd33a143d7c4c856fa317 (diff) |
onedrive: Improve fallback dialog and instructions
Reviewed on:
https://gerrit.libreoffice.org/13500
Change-Id: I95df1d1b5589f89bfaa48c0833d92e3225b497a6
Diffstat (limited to 'uui')
-rw-r--r-- | uui/uiconfig/ui/authfallback.ui | 122 |
1 files changed, 73 insertions, 49 deletions
diff --git a/uui/uiconfig/ui/authfallback.ui b/uui/uiconfig/ui/authfallback.ui index 6e79a4c25f6d..a947ad4e24f2 100644 --- a/uui/uiconfig/ui/authfallback.ui +++ b/uui/uiconfig/ui/authfallback.ui @@ -1,80 +1,89 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="AuthFallbackDlg"> <property name="can_focus">False</property> - <property name="title" translatable="yes">OneDrive authentication code</property> + <property name="border_width">6</property> + <property name="title" translatable="yes">OneDrive Authentication Code</property> <property name="default_width">400</property> <property name="default_height">270</property> - <child> - <object class="GtkBox" id="box"> - <property name="visible">True</property> + <property name="type_hint">dialog</property> + <property name="skip_taskbar_hint">True</property> + <child internal-child="vbox"> + <object class="GtkBox" id="messagedialog-vbox"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <child> - <object class="GtkTextView" id="instructions"> - <property name="visible">True</property> + <property name="spacing">12</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="messagedialog-action_area"> <property name="can_focus">False</property> - <property name="pixels_below_lines">4</property> - <property name="editable">False</property> - <property name="cursor_visible">False</property> + <property name="layout_style">end</property> + <child> + <object class="GtkButton" id="ok"> + <property name="label">gtk-ok</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkButton" id="cancel"> + <property name="label">gtk-cancel</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> + <property name="pack_type">end</property> <property name="position">0</property> </packing> </child> <child> - <object class="GtkEntry" id="url"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="invisible_char">●</property> - <property name="editable">False</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child> - <object class="GtkEntry" id="code"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="invisible_char">●</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> - <object class="GtkButtonBox" id="buttonbox"> + <object class="GtkBox" id="box"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="spacing">46</property> - <property name="layout_style">start</property> + <property name="orientation">vertical</property> + <property name="spacing">6</property> <child> - <object class="GtkButton" id="ok"> - <property name="label" translatable="yes">Ok</property> + <object class="GtkTextView" id="instructions"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="receives_default">True</property> + <property name="pixels_below_lines">4</property> + <property name="editable">False</property> + <property name="wrap_mode">word</property> + <property name="cursor_visible">False</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">1</property> + <property name="position">0</property> </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label" translatable="yes">Cancel</property> + <object class="GtkEntry" id="url"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="receives_default">True</property> + <property name="editable">False</property> + <property name="invisible_char">●</property> </object> <packing> <property name="expand">False</property> @@ -82,15 +91,30 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkEntry" id="code"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="invisible_char">●</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> - <property name="padding">6</property> - <property name="position">3</property> + <property name="position">4</property> </packing> </child> </object> </child> + <action-widgets> + <action-widget response="0">ok</action-widget> + <action-widget response="0">cancel</action-widget> + </action-widgets> </object> </interface> |