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:
parent
0ca61a5bde
commit
90dd7651cd
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue