diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2018-11-28 09:42:49 +0100 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2019-01-21 21:53:21 +0000 |
commit | 90dd7651cd9adc9cf0dac9718654f32f4be4dc64 (patch) | |
tree | e578af2efdebf22f7a7b7b7720733879018a691d | |
parent | 0ca61a5bde84eae4b874a231ecfb2c21ae98e124 (diff) | |
download | gnome-control-center-90dd7651cd9adc9cf0dac9718654f32f4be4dc64.tar.gz |
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.
-rw-r--r-- | shell/cc-window.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/cc-window.ui b/shell/cc-window.ui index b2bcb05ea..3be08f0c1 100644 --- a/shell/cc-window.ui +++ b/shell/cc-window.ui @@ -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> |