mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
workspace: Use all available space for windows in window selector
Change the layout strategy to be more like the mockups. With less than two rows of windows, we try to fit every window in a non-aligned situation; with more than three rows of windows, we try to fit every window in an aligned situation. Based heavily on a patch from Pierre-Eric Pelloux-Prayer <pelloux@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=582650
This commit is contained in:
parent
e249218a9d
commit
d9b46b4782
2 changed files with 380 additions and 264 deletions
|
|
@ -640,6 +640,11 @@ StScrollBar StButton#vhandle:active {
|
|||
-st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.window-picker {
|
||||
-horizontal-spacing: 40px;
|
||||
-vertical-spacing: 40px;
|
||||
}
|
||||
|
||||
/* Dash */
|
||||
|
||||
#dash {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue