[gnome-control-center] Use a different cursor for bar dragging



commit d1b93565d82041c1e30519febb3d96a6f5c040b6
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 23 10:24:52 2010 -0500

    Use a different cursor for bar dragging

 panels/display/xrandr-capplet.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/display/xrandr-capplet.c b/panels/display/xrandr-capplet.c
index 9bc11db..ded4a8e 100644
--- a/panels/display/xrandr-capplet.c
+++ b/panels/display/xrandr-capplet.c
@@ -1498,7 +1498,7 @@ on_top_bar_event (FooScrollArea *area,
    * exits the outputs' area.
    */
   if (!app->current_configuration->clone && get_n_connected (app) > 1)
-    set_cursor (GTK_WIDGET (area), GDK_FLEUR);
+    set_cursor (GTK_WIDGET (area), GDK_HAND1);
 
   if (event->type == FOO_BUTTON_PRESS)
     {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]