mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-07 01:51:10 +00:00
remote-viewer: press Enter to connect in dialog
This commit is contained in:
parent
0358d8ca6f
commit
310497275d
@ -116,6 +116,7 @@ static gint connect_dialog(gchar **uri)
|
||||
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
|
||||
gtk_table_attach_defaults(table, label, 0, 1, 0, 1);
|
||||
entry = GTK_WIDGET(gtk_entry_new());
|
||||
gtk_entry_set_activates_default(GTK_ENTRY(entry), TRUE);
|
||||
g_object_set(entry, "width-request", 200, NULL);
|
||||
gtk_table_attach_defaults(table, entry, 1, 2, 0, 1);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user