diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-26 20:43:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-27 12:29:51 +0100 |
commit | b4111e9ba3099d299cd3ee861d17eec2742cac01 (patch) | |
tree | 9f54a448c2dff09126be73abb28a1a73a70572f4 | |
parent | 56f276592d477c2201cdc184ce62d7183397f210 (diff) |
improve chart type dialog treeview width
Change-Id: I41a053f63db6bced24dd6586e2c347d286339c29
Reviewed-on: https://gerrit.libreoffice.org/64071
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | chart2/uiconfig/ui/tp_ChartType.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index c31abe35b41e..7955f0247896 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -406,6 +406,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="vexpand">True</property> + <property name="hscrollbar_policy">never</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="charttype"> |