[Libreoffice-commits] core.git: cui/uiconfig
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 13 07:56:20 UTC 2018
cui/uiconfig/ui/positionpage.ui | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit fe0ad0b9b8d8897e4b7ca5bc6e0eedcd2c96e6fd
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Sep 12 16:51:39 2018 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Sep 13 09:55:53 2018 +0200
fix position page radio groups and focus
Change-Id: I1206ad75fa30561bd1498c0418c1948ba890832f
Reviewed-on: https://gerrit.libreoffice.org/60416
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/positionpage.ui b/cui/uiconfig/ui/positionpage.ui
index 0e0c731d7b67..987064ff1dc8 100644
--- a/cui/uiconfig/ui/positionpage.ui
+++ b/cui/uiconfig/ui/positionpage.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="cui">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="adjustment1">
@@ -82,8 +82,8 @@
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
+ <property name="active">True</property>
<property name="draw_indicator">True</property>
- <property name="group">subscript</property>
</object>
<packing>
<property name="expand">False</property>
@@ -99,8 +99,8 @@
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
- <property name="active">True</property>
<property name="draw_indicator">True</property>
+ <property name="group">normal</property>
</object>
<packing>
<property name="expand">False</property>
@@ -493,7 +493,7 @@
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="shadow_type">in</property>
More information about the Libreoffice-commits
mailing list