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:
parent
188d5bfefb
commit
bbb7a64c2a
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue