[gtk+] Adwaita: keep pathbar the same height as imagebuttons
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: keep pathbar the same height as imagebuttons
- Date: Fri, 12 Sep 2014 12:03:17 +0000 (UTC)
commit eb9dcc1636ddab8fc26aeabe51f3da6f865a2e1a
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Sep 12 14:02:05 2014 +0200
Adwaita: keep pathbar the same height as imagebuttons
- the previous patch introduced uneven height on the toolbar
gtk/resources/theme/Adwaita/_common.scss | 2 +-
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 2 +-
gtk/resources/theme/Adwaita/gtk-contained.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 15da985..9bc7656 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -1091,7 +1091,7 @@ GtkComboBox {
************/
.path-bar .button {
- padding: 6px;
+ padding: 5px 6px 6px;
&:first-child { padding-left: 8px; }
&:last-child { padding-right: 8px; }
&:only-child {
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index bab9645..05748a5 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -1717,7 +1717,7 @@ GtkComboBox {
.titlebar .path-bar .button.titlebutton,
.path-bar GtkCalendar.header .button.titlebutton,
GtkCalendar.header .path-bar .button.titlebutton {
- padding: 6px; }
+ padding: 5px 6px 6px; }
.path-bar .button:first-child {
padding-left: 8px; }
.path-bar .button:last-child {
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index fa50610..75dec98 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -1709,7 +1709,7 @@ GtkComboBox {
.titlebar .path-bar .button.titlebutton,
.path-bar GtkCalendar.header .button.titlebutton,
GtkCalendar.header .path-bar .button.titlebutton {
- padding: 6px; }
+ padding: 5px 6px 6px; }
.path-bar .button:first-child {
padding-left: 8px; }
.path-bar .button:last-child {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]