window: Ensure a constant minimum panel width

Ensure all panels take at least 300pt of width to ensure a minimum of
usability, readability of the panels and consistency of when the shell
folds itself.
This commit is contained in:
Adrien Plazas 2018-11-28 09:42:49 +01:00 committed by Georges Basile Stavracas Neto
parent 0ca61a5bde
commit 90dd7651cd

View file

@ -96,6 +96,7 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="transition_type">crossfade</property>
<property name="width_request">300</property>
<style>
<class name="background"/>
</style>