summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/scriptdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/scriptdialog.cpp')
-rw-r--r--src/ui/dialog/scriptdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/scriptdialog.cpp b/src/ui/dialog/scriptdialog.cpp
index 483677464..8cc8f88aa 100644
--- a/src/ui/dialog/scriptdialog.cpp
+++ b/src/ui/dialog/scriptdialog.cpp
@@ -214,6 +214,8 @@ ScriptDialogImpl::ScriptDialogImpl()
errorTextFrame.add(errorTextScroll);
mainVBox->pack_start(errorTextFrame);
+ // sick of this thing shrinking too much
+ set_size_request(350, 400);
show_all_children();
}