[gnome-shell/wip/paging-release2: 3/12] gnome-shell.css: Change all-apps and frequent-view padding to not mess get_content_box
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release2: 3/12] gnome-shell.css: Change all-apps and frequent-view padding to not mess get_content_box
- Date: Tue, 20 Aug 2013 16:29:17 +0000 (UTC)
commit 9fa9b356ab8ef5e42626fc1d7dcda78fcc1bd860
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Tue Aug 20 10:12:19 2013 +0200
gnome-shell.css: Change all-apps and frequent-view padding to not mess get_content_box
If we use the css padding like "padding: 0px 88px" it mess up when
using get_content_box to update the IconGrid size. As a workaround
if we use "padding: wpx, xpx, ypx, zpx" it works fine.
data/theme/gnome-shell.css | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 84768b1..2342579 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -897,12 +897,11 @@ StScrollBar StButton#vhandle:active {
padding: 3px 31px;
}
-
.search-display > StBoxLayout,
-.all-apps > StBoxLayout,
+.all-apps,
.frequent-apps > StBoxLayout {
/* horizontal padding to make sure scrollbars or dash don't overlap content */
- padding: 0px 88px;
+ padding: 0px 88px 10px 88px;
}
.app-folder-icon {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]