[Libreoffice-commits] core.git: sfx2/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 21 19:20:24 UTC 2020
sfx2/uiconfig/ui/charmapcontrol.ui | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit c4cd874c4ea7140e03fbcd2d853a5b8b680afaad
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 21 17:34:40 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 21 21:19:46 2020 +0200
tdf#136781 add some spacing to the special character favorites
Change-Id: I44d0d637d82cee8310c54e255a3bc88176a7662b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103121
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sfx2/uiconfig/ui/charmapcontrol.ui b/sfx2/uiconfig/ui/charmapcontrol.ui
index 20b37841a8c5..f3ba26ccc33d 100644
--- a/sfx2/uiconfig/ui/charmapcontrol.ui
+++ b/sfx2/uiconfig/ui/charmapcontrol.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="sfx">
<requires lib="gtk+" version="3.18"/>
<object class="GtkPopover" id="charmapctrl">
@@ -30,6 +30,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
+ <property name="row_spacing">3</property>
+ <property name="column_spacing">3</property>
<child>
<object class="GtkDrawingArea" id="favchar1">
<property name="width_request">35</property>
@@ -268,6 +270,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
+ <property name="row_spacing">3</property>
+ <property name="column_spacing">3</property>
<child>
<object class="GtkDrawingArea" id="viewchar1">
<property name="width_request">35</property>
More information about the Libreoffice-commits
mailing list