diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-01 20:24:00 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-02 22:46:17 +0100 |
commit | 3a59d0504de22aee5bdb2d61e482fa8d87cd48ff (patch) | |
tree | 753a2ea9bc8777a7c5f0358ba6df92e5ba446f9d /sc/uiconfig | |
parent | 31c036e945b2b6a9cdcc460d4b3454e80a58d255 (diff) |
Related: tdf#144410 submenu indicator misplaced under x11 gtk
so drop the GtkTreeViewColumn expand and go back to setting the size via
the size-allocate, but for wayland launch it in a callback because
setting the column widths during the size-allocate callback doesn't work
as hoped for and the indicator is misplaced.
Change-Id: I58a7a11cb1a1c065cee364f932cebddfb9ea453c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126207
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/filterdropdown.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/filterdropdown.ui b/sc/uiconfig/scalc/ui/filterdropdown.ui index 3a38b0e8104f..caa4506aa453 100644 --- a/sc/uiconfig/scalc/ui/filterdropdown.ui +++ b/sc/uiconfig/scalc/ui/filterdropdown.ui @@ -86,7 +86,6 @@ </child> <child> <object class="GtkTreeViewColumn" id="treeviewcolumn1"> - <property name="expand">True</property> <child> <object class="GtkCellRendererText" id="cellrenderertext1"/> <attributes> |