Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
#278 Increased the width of Setup Wizard window
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Aug 22, 2018
1 parent d06437f commit d413b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gtk/SetupWizardWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SetupWizardWindow : Gtk.Window{
private bool schedule_accepted = false;

private uint tmr_init;
private int def_width = 500;
private int def_width = 600;
private int def_height = 500;

public SetupWizardWindow() {
Expand Down

0 comments on commit d413b38

Please sign in to comment.