diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-24 17:39:38 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-24 14:51:17 +0100 |
commit | 12d12fa8fae469b01db68d23fa6ee2eb89a86d45 (patch) | |
tree | 2dd012d21cea99891121a0617abe6a78746d46ef /svx/uiconfig | |
parent | 0f2f6285f6cad32520999830a4c3d80135c56ac5 (diff) |
TSCP: fix oversizing of ListBox-es by defining max lines & chars
Change-Id: I47e8018c5f2c0ea890b5a11ac7cc03fafb7d1eed
Reviewed-on: https://gerrit.libreoffice.org/45205
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/classificationdialog.ui | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index 911363016f25..bfc3d78d8f7e 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -291,6 +291,7 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> + <property name="width">2</property> </packing> </child> <child> @@ -305,26 +306,13 @@ </packing> </child> <child> - <object class="GtkTreeView" id="intellectualPropertyPartLB"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="hexpand">True</property> - <property name="vexpand">True</property> - <child internal-child="selection"> - <object class="GtkTreeSelection"/> - </child> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">1</property> - </packing> - </child> - <child> <object class="GtkButton" id="intellectualPropertyPartAddButton"> <property name="label" translatable="yes" context="classificationdialog|intellectualPropertyPartAddButton">Add</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="halign">center</property> + <property name="valign">center</property> </object> <packing> <property name="left_attach">2</property> @@ -359,7 +347,19 @@ </packing> </child> <child> - <placeholder/> + <object class="GtkTreeView" id="intellectualPropertyPartLB"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection"/> + </child> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> </child> <child> <placeholder/> |