Skip to content

Commit

Permalink
UI: expand kbdraw vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 27, 2017
1 parent cdc7768 commit 9b2b197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmatekbd/matekbd-keyboard-drawing.c
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,7 @@ matekbd_keyboard_drawing_new_dialog (gint group, gchar * group_name)
GTK_WIDGET (gtk_builder_get_object
(builder, "gswitchit_layout_view"));
kbdraw = matekbd_keyboard_drawing_new ();
gtk_widget_set_vexpand (kbdraw, TRUE);

snprintf (title, sizeof (title), _("Keyboard Layout \"%s\""),
group_name);
Expand Down

0 comments on commit 9b2b197

Please sign in to comment.