summaryrefslogtreecommitdiff
path: root/fpicker/uiconfig
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2015-07-17 07:15:40 -0300
committerCaolán McNamara <caolanm@redhat.com>2015-07-20 20:00:52 +0000
commit43e5679f009ccc1a970d2265ab3fb51d51e39a5c (patch)
treec0d91c96d2738a56242aaedf7661087664f2d853 /fpicker/uiconfig
parent1e5e7b9323c3321a380edf86097ccc2e3f0a7a7a (diff)
Add and replace Help buttons in 2 dialogs
Place help button on the leftmost part of the dialog and add help button in dialog that does not have one. Change-Id: Ib87f0f9a9b0e6a36d29f4ebd7cef97f8483e2821 Reviewed-on: https://gerrit.libreoffice.org/17156 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'fpicker/uiconfig')
-rw-r--r--fpicker/uiconfig/ui/remotefilesdialog.ui21
1 files changed, 18 insertions, 3 deletions
diff --git a/fpicker/uiconfig/ui/remotefilesdialog.ui b/fpicker/uiconfig/ui/remotefilesdialog.ui
index cd73846f27b5..631d289b0adb 100644
--- a/fpicker/uiconfig/ui/remotefilesdialog.ui
+++ b/fpicker/uiconfig/ui/remotefilesdialog.ui
@@ -17,6 +17,21 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
+ <object class="GtkButton" id="help">
+ <property name="label">gtk-help</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">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ <property name="secondary">True</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
@@ -28,7 +43,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -43,7 +58,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">1</property>
+ <property name="position">2</property>
</packing>
</child>
<child>
@@ -58,7 +73,7 @@
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
- <property name="position">2</property>
+ <property name="position">3</property>
</packing>
</child>
</object>