[Libreoffice-commits] core.git: svx/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 8 15:18:58 UTC 2021


 svx/uiconfig/ui/selectionmenu.ui |   24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

New commits:
commit c59edf5d4dd94224b586adf03b3dcdbda4d422ab
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 8 15:24:14 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 8 17:18:21 2021 +0200

    gtk4: set draw-as-radio as true for GtkRadioMenuItems
    
    Change-Id: I1a49a3f44f46ed57e80fa54af0e2b6466b2a9b4f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123261
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/uiconfig/ui/selectionmenu.ui b/svx/uiconfig/ui/selectionmenu.ui
index d44fcfcc5e03..aa0989ad270a 100644
--- a/svx/uiconfig/ui/selectionmenu.ui
+++ b/svx/uiconfig/ui/selectionmenu.ui
@@ -1,40 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.0 -->
+<!-- Generated with glade 3.38.2 -->
 <interface domain="svx">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkMenu" id="menu">
     <property name="visible">True</property>
-    <property name="can_focus">False</property>
+    <property name="can-focus">False</property>
     <child>
       <object class="GtkRadioMenuItem" id="standard">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="label" translatable="yes" context="selectionmenu|standard">Standard selection</property>
-        <property name="use_underline">True</property>
+        <property name="use-underline">True</property>
+        <property name="draw-as-radio">True</property>
       </object>
     </child>
     <child>
       <object class="GtkRadioMenuItem" id="extending">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="label" translatable="yes" context="selectionmenu|extending">Extending selection</property>
-        <property name="use_underline">True</property>
+        <property name="use-underline">True</property>
+        <property name="draw-as-radio">True</property>
       </object>
     </child>
     <child>
       <object class="GtkRadioMenuItem" id="adding">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="label" translatable="yes" context="selectionmenu|adding">Adding selection</property>
-        <property name="use_underline">True</property>
+        <property name="use-underline">True</property>
+        <property name="draw-as-radio">True</property>
       </object>
     </child>
     <child>
       <object class="GtkRadioMenuItem" id="block">
         <property name="visible">True</property>
-        <property name="can_focus">False</property>
+        <property name="can-focus">False</property>
         <property name="label" translatable="yes" context="selectionmenu|block">Block selection</property>
-        <property name="use_underline">True</property>
+        <property name="use-underline">True</property>
+        <property name="draw-as-radio">True</property>
       </object>
     </child>
   </object>


More information about the Libreoffice-commits mailing list