summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <doctorjellyface@riseup.net>2016-02-14 15:52:50 +0100
committerJuraj Fiala <doctorjellyface@riseup.net>2016-02-14 15:52:50 +0100
commit68d14d58d75143ce99d1b48ca2b1bb4dfdbe1447 (patch)
tree85c841b4207da3ba5efff66ea3c29e61c8381426
parent3b0c70d92825701b1ebcb3a56cc10dd892651404 (diff)
downloadgnome-themes-standard-68d14d58d75143ce99d1b48ca2b1bb4dfdbe1447.tar.gz
Fixed toolbar separators.
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc
index 96ea8fc2..d565de02 100644
--- a/themes/Adwaita/gtk-2.0/main.rc
+++ b/themes/Adwaita/gtk-2.0/main.rc
@@ -1774,6 +1774,23 @@ style "button_separator" {
}
+style "toolbar_separator" {
+
+ GtkWidget::wide-separators = 1
+ GtkWidget::separator-height = 1
+ GtkWidget::separator-width = 1
+
+ engine "pixmap" {
+ image {
+ function = BOX
+ file = "assets/line.png"
+ border = {0, 0, 0, 0}
+ stretch = TRUE
+ }
+ }
+
+}
+
style "combobox" {
xthickness = 0
@@ -2270,6 +2287,7 @@ widget_class "*<GtkCheckButton>*" style "checkbut
widget_class "*<GtkComboBox>" style "combobox"
widget_class "*<GtkComboBox>*<GtkButton>" style "combobox_button"
widget_class "*<GtkButton>*<GtkSeparator>" style "button_separator"
+widget_class "*<GtkToolbar>*GtkSeparator*" style "toolbar_separator"
widget_class "*HandleBox" style "handlebox"
widget_class "*<GtkTreeView>" style "treeview"
widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header_label"