Bugfixes for AMaZE and CA_autocorrect. The previous changeset was flawed.

This commit is contained in:
Emil Martinec
2010-08-08 08:29:35 -05:00
parent 1481226e3e
commit 861703c7a3
3 changed files with 24 additions and 33 deletions

View File

@@ -32,7 +32,7 @@ Preferences::Preferences (int initialPage) {
moptions.copyFrom (&options);
set_size_request (650, 550);
set_size_request (650, 650);
set_border_width (4);
Gtk::VBox* mainvb = get_vbox ();