https://bugs.documentfoundation.org/show_bug.cgi?id=104278

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows (All)               |All
                 CC|                            |[email protected]
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #8 from Kevin Suo <[email protected]> ---
As we can see from sw/uiconfig/swriter/ui/flddocinfopage.ui, we have a
GtkTreeView in GtkFrame "typeframe", without the following property:
<property name="show_expanders">False</property>

A GtkTreeView seems have a default indentation if show_expanders is True (which
is the default), see:
https://developer.gnome.org/gtk3/stable/GtkTreeView.html#gtk-tree-view-set-show-expanders

A "expander" would look like this:
https://python-gtk-3-tutorial.readthedocs.io/en/latest/expander.html

I do not see a reason why we should use an expander here in this dialog. As a
result, setting show_expanders to False will solve the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to