[Libreoffice-commits] core.git: cui/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Feb 17 20:37:27 UTC 2020
cui/uiconfig/ui/aboutconfigdialog.ui | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit a8c86703cde7ab167cb37dc6e175396542cb80b5
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Feb 17 17:10:35 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Feb 17 21:36:52 2020 +0100
Resolves: tdf#130123 let the expert config columns be resizable
Change-Id: I08572bfe92c99d6e2e6b8ea27856817a6dddf1f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88879
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/cui/uiconfig/ui/aboutconfigdialog.ui b/cui/uiconfig/ui/aboutconfigdialog.ui
index 203d6f41bbcb..dd4a49121708 100644
--- a/cui/uiconfig/ui/aboutconfigdialog.ui
+++ b/cui/uiconfig/ui/aboutconfigdialog.ui
@@ -191,6 +191,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
+ <property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="aboutconfigdialog|preference">Preference Name</property>
<property name="clickable">True</property>
@@ -210,6 +211,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
+ <property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="aboutconfigdialog|property">Property</property>
<property name="clickable">True</property>
@@ -223,6 +225,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn4">
+ <property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="aboutconfigdialog|type">Type</property>
<property name="clickable">True</property>
@@ -236,6 +239,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn5">
+ <property name="resizable">True</property>
<property name="spacing">6</property>
<property name="title" translatable="yes" context="aboutconfigdialog|value">Value</property>
<property name="clickable">True</property>
More information about the Libreoffice-commits
mailing list