[gnome-control-center/display-capplet-ui-cleanup] Use a cross-with-arrows instead of a hand for the cursor
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/display-capplet-ui-cleanup] Use a cross-with-arrows instead of a hand for the cursor
- Date: Tue, 16 Feb 2010 23:58:20 +0000 (UTC)
commit 188d5bfefb58fe4b084e77848d5fce868c9064c9
Author: Federico Mena Quintero <federico novell com>
Date: Tue Feb 16 15:09:06 2010 -0600
Use a cross-with-arrows instead of a hand for the cursor
Cross-with-arrows means 'you can move me', while hand means 'you can click me'
in this day and age. Pointed out by Ka-Hing Cheung <kahing gmail com>
Signed-off-by: Federico Mena Quintero <federico novell com>
capplets/display/xrandr-capplet.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
index 2756e52..e478d82 100644
--- a/capplets/display/xrandr-capplet.c
+++ b/capplets/display/xrandr-capplet.c
@@ -1496,12 +1496,12 @@ on_output_event (FooScrollArea *area,
GnomeOutputInfo *output = data;
App *app = g_object_get_data (G_OBJECT (area), "app");
- /* If the mouse is inside the outputs, set the cursor to a hand. See
+ /* If the mouse is inside the outputs, set the cursor to "you can move me". See
* on_canvas_event() for where we reset the cursor to the default if it
* exits the outputs' area.
*/
if (!app->current_configuration->clone && get_n_connected (app) > 1)
- set_cursor (GTK_WIDGET (area), GDK_HAND1);
+ set_cursor (GTK_WIDGET (area), GDK_FLEUR);
if (event->type == FOO_BUTTON_PRESS)
{
@@ -1607,8 +1607,8 @@ on_canvas_event (FooScrollArea *area,
gpointer data)
{
/* If the mouse exits the outputs, reset the cursor to the default. See
- * on_output_event() for where we set the cursor to a hand if it is over one
- * of the outputs.
+ * on_output_event() for where we set the cursor to the movement cursor if
+ * it is over one of the outputs.
*/
set_cursor (GTK_WIDGET (area), GDK_BLANK_CURSOR);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]