Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-10 20:31:40 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-11 12:43:02 (GMT)
commit8645e43715a16229500e8a4dfbe4a050481142ff (patch)
treed5058d3fd7d20bcaf59ad5d31da19d1e9a0ff323 /gtk3
parent153d1e3abc1e2fd5961af3bcc9819aad4298c7b0 (diff)
Set toolbar shadow type to None - SL #3388
This is a direct translation of the same setting in the gtk2 gtkrc file: GtkToolbar::shadow-type = GTK_SHADOW_NONE This affects the toolbar height too. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'gtk3')
-rw-r--r--gtk3/theme/gtk-widgets.css.em1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index d0d3784..e8d8d9b 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -98,6 +98,7 @@ icon_large = icon_base * 5
-GtkArrow-arrow-size: 1.0;
-GtkToolbar-space-size: $(2*subcell_size);
+ -GtkToolbar-shadow-type: none;
-GtkProgressBar-min-horizontal-bar-height: $subcell_size;
-GtkProgressBar-min-vertical-bar-width: $subcell_size;