GTK3: request sufficient width for scrolledview in styleeditor
svn: r20284
This commit is contained in:
parent
97a7b690ac
commit
c87bbda04e
@ -181,9 +181,10 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="shadow_type">in</property>
|
||||
<property name="min_content_width">140</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="ptree">
|
||||
<property name="width_request">175</property>
|
||||
<property name="width_request">160</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<child internal-child="selection">
|
||||
|
Loading…
Reference in New Issue
Block a user