<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - UI: The text in the Type frame in the DocInformation tab in the Fields dialog isn't aligned to the left"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=104278">bug 104278</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">OS</td>
<td>Windows (All)
</td>
<td>All
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>suokunlong@126.com
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>ASSIGNED
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
<td>suokunlong@126.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - UI: The text in the Type frame in the DocInformation tab in the Fields dialog isn't aligned to the left"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=104278#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - UI: The text in the Type frame in the DocInformation tab in the Fields dialog isn't aligned to the left"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=104278">bug 104278</a>
from <span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span></b>
<pre>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:
<a href="https://developer.gnome.org/gtk3/stable/GtkTreeView.html#gtk-tree-view-set-show-expanders">https://developer.gnome.org/gtk3/stable/GtkTreeView.html#gtk-tree-view-set-show-expanders</a>
A "expander" would look like this:
<a href="https://python-gtk-3-tutorial.readthedocs.io/en/latest/expander.html">https://python-gtk-3-tutorial.readthedocs.io/en/latest/expander.html</a>
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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>