shell: Bump the right panel width request to 360
This will help ensuring the shell's leaflets fold consistently for all panels by setting a more reasonable minimum size constraint for the right panel, so that more panels can meet it.
This commit is contained in:
parent
ef93835b31
commit
f9d0decc3a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<property name="transition_type">crossfade</property>
|
||||
<property name="width_request">300</property>
|
||||
<property name="width_request">360</property>
|
||||
<style>
|
||||
<class name="background"/>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue