[Libreoffice-commits] core.git: sfx2/uiconfig
Heiko Tietze (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 12 21:18:20 UTC 2019
sfx2/uiconfig/ui/helpmanual.ui | 53 ++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 26 deletions(-)
New commits:
commit 8a231fc4114d435f92cfda36aa2e5e38ecef0ada
Author: Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Wed Sep 4 11:02:16 2019 +0200
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Thu Sep 12 23:17:16 2019 +0200
Resolves tdf#127195 - Placement of "Don't show again" box in No help
Placed in one row with action buttons
Change-Id: I0ac792afed10f0a4f78d7ce170db9db176c76974
Reviewed-on: https://gerrit.libreoffice.org/78585
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sfx2/uiconfig/ui/helpmanual.ui b/sfx2/uiconfig/ui/helpmanual.ui
index fd1ea563eb2c..dfa8d8990e7e 100644
--- a/sfx2/uiconfig/ui/helpmanual.ui
+++ b/sfx2/uiconfig/ui/helpmanual.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="sfx">
<requires lib="gtk+" version="3.18"/>
<object class="GtkMessageDialog" id="onlinehelpmanual">
@@ -18,6 +18,24 @@
<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>
@@ -27,9 +45,9 @@
<property name="use_underline">True</property>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -43,34 +61,17 @@
<property name="use_stock">True</property>
</object>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</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="halign">start</property>
- <property name="margin_left">100</property>
- <property name="hexpand">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>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
</packing>
</child>
</object>
More information about the Libreoffice-commits
mailing list