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:
Adrien Plazas 2019-02-18 15:02:30 +01:00 committed by Georges Basile Stavracas Neto
parent ef93835b31
commit f9d0decc3a

View file

@ -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>