[gnome-themes-standard/wip/jimmac/updated-gtk2: 64/106] Fixed toolbar separators.
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/jimmac/updated-gtk2: 64/106] Fixed toolbar separators.
- Date: Thu, 3 Mar 2016 22:22:41 +0000 (UTC)
commit 68d14d58d75143ce99d1b48ca2b1bb4dfdbe1447
Author: Juraj Fiala <doctorjellyface riseup net>
Date: Sun Feb 14 15:52:50 2016 +0100
Fixed toolbar separators.
themes/Adwaita/gtk-2.0/main.rc | 18 ++++++++++++++++++
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 96ea8fc..d565de0 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]