summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-09-13 10:52:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-09-13 17:15:52 +0200
commite40e04c83f3c8e962c838d63124e653d7dfede89 (patch)
tree20fd6ee74a7a8b982f81165ec652fb0d26ec4a39 /sfx2/uiconfig
parent363e895b016b80589c55e6348d6aab60b4e7f75c (diff)
Related: tdf#127195 use MessageDialogController to relocate checkbox
MessageDialogController has an argument which indicates what widget in a message dialog should be rearranged to be aligned with the message box messsage area, "hidedialog" in this case remove the indent amount as the relocate logic takes care of the intent of that Change-Id: I92f138e41ec3fd50771d210db8358e9236684157 Reviewed-on: https://gerrit.libreoffice.org/78869 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r--sfx2/uiconfig/ui/helpmanual.ui48
1 files changed, 22 insertions, 26 deletions
diff --git a/sfx2/uiconfig/ui/helpmanual.ui b/sfx2/uiconfig/ui/helpmanual.ui
index 6fe76ea115e2..06df47407d32 100644
--- a/sfx2/uiconfig/ui/helpmanual.ui
+++ b/sfx2/uiconfig/ui/helpmanual.ui
@@ -18,24 +18,6 @@
<child internal-child="action_area">
<object class="GtkButtonBox" id="btnbox">
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkCheckButton" id="hidedialog">
- <property name="label" translatable="yes" context="helpmanual|hidedialog">Do not show this dialog again</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="xalign">0</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- <property name="secondary">True</property>
- </packing>
- </child>
<child>
<object class="GtkButton" id="website">
<property name="label" translatable="yes" context="helpmanual|website">Read Help Online</property>
@@ -45,9 +27,9 @@
<property name="use_underline">True</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
@@ -61,19 +43,33 @@
<property name="use_stock">True</property>
</object>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
+ <property name="expand">True</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="fill">False</property>
<property name="position">0</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="hidedialog">
+ <property name="label" translatable="yes" context="helpmanual|hidedialog">Do not show this dialog again</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
</child>
<action-widgets>