diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-09 05:13:19 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-09 05:13:19 -0500 |
commit | dc92d571f4f97f6420fdf1a94cc41c1d2808d71b (patch) | |
tree | 07bb60efdf4522296707285d22790251d74b3458 /quacker/boardsetupdialog.cpp | |
parent | b8024ae268e49c17c40da105b9e22aaa41fcffeb (diff) |
Progress on edit lexicon dialog.
* Files can now be loaded from user directory as well
as app directory.
* Edit lexicon dialog has been added, and pretty much
all of the GUI elements framed out. Not actually
implemented, yet.
* Embiggen the board configuration dialog.
* Some bits of code refactoring.
Diffstat (limited to 'quacker/boardsetupdialog.cpp')
-rw-r--r-- | quacker/boardsetupdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/boardsetupdialog.cpp b/quacker/boardsetupdialog.cpp index 379f79d..2bfd5ff 100644 --- a/quacker/boardsetupdialog.cpp +++ b/quacker/boardsetupdialog.cpp @@ -33,7 +33,7 @@ BoardSetupDialog::BoardSetupDialog(QWidget *parent) : QDialog(parent) { - resize(600,450); + resize(700,550); setSizeGripEnabled(true); // construct the board |