mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
workspacesView: Add some more spacing between window and workspace thumbs
https://bugzilla.gnome.org/show_bug.cgi?id=582650
This commit is contained in:
parent
3ffeeac577
commit
96556eb959
2 changed files with 2 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ StScrollBar StButton#vhandle:active {
|
|||
/* Overview */
|
||||
|
||||
#overview {
|
||||
spacing: 12px;
|
||||
spacing: 40px;
|
||||
}
|
||||
|
||||
.window-caption {
|
||||
|
|
|
|||
|
|
@ -864,6 +864,7 @@ const WorkspacesDisplay = new Lang.Class({
|
|||
let clipY = y + (fullHeight - clipHeight) / 2;
|
||||
|
||||
let widthAdjust = this._zoomOut ? controlsNatural : controlsVisible;
|
||||
widthAdjust += Main.overview._spacing;
|
||||
width -= widthAdjust;
|
||||
if (rtl)
|
||||
x += widthAdjust;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue