From: short <> Date: Sun, 22 May 2005 14:33:48 +0000 (+0000) Subject: Galeon tab scrollbar fix. X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=dd303535c9d503863282224e06adff8e6da2e5d6 Galeon tab scrollbar fix. --- diff --git a/.gtkrc-2.0 b/.gtkrc-2.0 new file mode 100644 index 0000000..1b2f8b8 --- /dev/null +++ b/.gtkrc-2.0 @@ -0,0 +1,10 @@ +# $Id$ + + +# Galeon tab scrollbars fix; http://bugzilla.gnome.org/show_bug.cgi?id=304805 +style "thickness0" +{ + xthickness = 0 + ythickness = 0 +} +class "GulNotebook" style "thickness0"