[Libreoffice-bugs] [Bug 104278] UI: The text in the Type frame in the DocInformation tab in the Fields dialog isn't aligned to the left
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 24 10:38:30 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=104278
Kevin Suo <suokunlong at 126.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|Windows (All) |All
CC| |suokunlong at 126.com
Status|NEW |ASSIGNED
Assignee|libreoffice-bugs at lists.free |suokunlong at 126.com
|desktop.org |
--- Comment #8 from Kevin Suo <suokunlong at 126.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201224/32e2ccf8/attachment.htm>
More information about the Libreoffice-bugs
mailing list