summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <doctorjellyface@riseup.net>2016-02-09 11:41:43 +0100
committerJuraj Fiala <doctorjellyface@riseup.net>2016-02-09 11:41:43 +0100
commitc65fa843c092540c7738aecc71a24b2384dddbbf (patch)
tree2c186306af5da273acfc0857b9f736b4759ae590
parent49102090b7f83bb4f599d107b96da0318f7ee609 (diff)
downloadgnome-themes-standard-c65fa843c092540c7738aecc71a24b2384dddbbf.tar.gz
Initial padding tweaks.
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc23
1 files changed, 18 insertions, 5 deletions
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 368035f5..4d79c87c 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -35,8 +35,9 @@ style "default" {
GtkButton::child-displacement-y = 0
- GtkButton::default-border = { 0, 0, 0, 0 }
- GtkButton::default-outside_border = { 0, 0, 0, 0 }
+ GtkButton::default-border = {0, 0, 0, 0}
+ GtkButton::default-outside-border = {0, 0, 0, 0}
+ GtkButton::inner-border = {5, 5, 2, 3}
GtkEntry::state-hint = 1
@@ -66,7 +67,7 @@ style "default" {
GtkMenu::vertical-padding = 0
GtkCheckButton::indicator_spacing = 3
- GtkOptionMenu::indicator_spacing = { 8, 2, 0, 0 }
+ GtkOptionMenu::indicator_spacing = {12, 12, 4, 6}
GtkTreeView::row_ending_details = 0
GtkTreeView::expander-size = 11
@@ -1782,8 +1783,9 @@ style "combobox" {
style "combobox_button" {
- xthickness = 2
- ythickness = 2
+ xthickness = 3
+ ythickness = 3
+
}
style "combobox_cellview" {
@@ -2192,6 +2194,14 @@ style "toolbar" {
}
+style "toolbar_button" {
+
+ GtkButton::inner-border = {4, 4, 4, 4}
+ #xthickness = 4
+ #ythickness = 4
+
+}
+
style "inline_toolbar" {
GtkToolbar::button-relief = GTK_RELIEF_NORMAL
@@ -2291,6 +2301,9 @@ widget_class "*<GtkComboBoxEntry>*<GtkButton>" style "combobox
widget_class "*<GtkInfoBar>*<GtkButton>" style "button_infobar"
widget_class "*<GtkNotebook>*<GtkScrolledWindow>*<GtkViewport>" style "notebook_viewport"
+# Toolbar buttons have different paddings
+widget_class "*<GtkToolbar>*<GtkButton>" style "toolbar_button"
+
# We need the prelight colour inside notebooks to be white so it won't change on hover
widget_class "*<GtkNotebook>*" style "notebook_prelight"