mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
widget-factory: Fix some layout issues
We have to explicitly set some of these to their default values so expand-set is TRUE and the boxes stop propagating their expansion state up the hierarchy.
This commit is contained in:
parent
3265013268
commit
f595c0dc1b
@ -518,6 +518,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox">
|
||||
<property name="hexpand">0</property>
|
||||
<style>
|
||||
<class name="linked"/>
|
||||
</style>
|
||||
@ -1756,6 +1757,7 @@ microphone-sensitivity-medium-symbolic</property>
|
||||
<property name="shadow-type">in</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<property name="min-content-height">200</property>
|
||||
<property name="hexpand">0</property>
|
||||
<child>
|
||||
<object class="GtkListBox" id="listbox">
|
||||
<property name="selection-mode">none</property>
|
||||
@ -2479,7 +2481,6 @@ microphone-sensitivity-medium-symbolic</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<property name="vscrollbar-policy">always</property>
|
||||
<property name="height-request">300</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="shadow-type">in</property>
|
||||
<child>
|
||||
<object class="GtkTreeView" id="charletree">
|
||||
|
Loading…
Reference in New Issue
Block a user