[gnome-shell/wip/rewindow: 17/17] workspacesView: Add some more spacing between window and workspace thumbs
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/rewindow: 17/17] workspacesView: Add some more spacing between window and workspace thumbs
- Date: Mon, 20 Aug 2012 22:31:52 +0000 (UTC)
commit f29a7e3db6f6b3756e3d9e040fb82a79398b719c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Aug 20 18:30:04 2012 -0400
workspacesView: Add some more spacing between window and workspace thumbs
data/theme/gnome-shell.css | 2 +-
js/ui/workspacesView.js | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4e4b64d..fac6d76 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -562,7 +562,7 @@ StButton.popup-menu-item:insensitive {
/* Overview */
#overview {
- spacing: 12px;
+ spacing: 40px;
}
.window-caption {
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index 08ed0ef..e85aeae 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -870,6 +870,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]