[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/02: gtkrc: always show steppers

noreply at xfce.org noreply at xfce.org
Sat Apr 4 15:21:26 CEST 2015


This is an automated email from the git hooks/post-receive script.

mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.

commit b5c8a6e258e44c4fe66ec06c54f25cf84d2c16b6
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Sat Apr 4 14:02:48 2015 +0200

    gtkrc: always show steppers
---
 data/gtk-2.0/notes.gtkrc |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/data/gtk-2.0/notes.gtkrc b/data/gtk-2.0/notes.gtkrc
index 072045f..c4c845a 100644
--- a/data/gtk-2.0/notes.gtkrc
+++ b/data/gtk-2.0/notes.gtkrc
@@ -53,6 +53,9 @@ style "notes-scrollbar" = "notes-default" {
 GtkRange::trough_border = 0
 GtkRange::slider_width = 15
 GtkRange::stepper_size = 14
+GtkScrollbar::has-backward-stepper = 1
+GtkScrollbar::has-forward-stepper = 1
+GtkScrollbar::trough-border = 1
 GtkScrollbar::min_slider_length = 30
 
 	engine "pixmap" {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list