Place some padding around the passphase entry

This commit is contained in:
Pierre Pronchery 2017-09-14 02:12:34 +02:00
parent 091090545d
commit f07c0b9e3d

View File

@ -548,6 +548,7 @@ static void _ask_password_window(WPA * wpa)
#else
vbox = GTK_DIALOG(dialog)->vbox;
#endif
gtk_container_set_border_width(GTK_CONTAINER(vbox), 4);
#if GTK_CHECK_VERSION(3, 0, 0)
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 4);
#else