Add a tooltip about how to select/drag the monitors

Now that the label with instructions is gone, let's have
a tooltip with better instructions.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
Federico Mena Quintero 2010-02-17 17:17:17 -06:00
parent 188d5bfefb
commit bbb7a64c2a

View file

@ -2382,6 +2382,8 @@ run_application (App *app)
g_object_set_data (G_OBJECT (app->area), "app", app); g_object_set_data (G_OBJECT (app->area), "app", app);
gtk_widget_set_tooltip_text (app->area, _("Select a monitor to change its properties; drag it to rearrange its placement."));
/* FIXME: this should be computed dynamically */ /* FIXME: this should be computed dynamically */
foo_scroll_area_set_min_size (FOO_SCROLL_AREA (app->area), -1, 200); foo_scroll_area_set_min_size (FOO_SCROLL_AREA (app->area), -1, 200);
gtk_widget_show (app->area); gtk_widget_show (app->area);