summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/scriptdialog.cpp
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2006-08-28 08:00:22 +0000
committerkidproto <kidproto@users.sourceforge.net>2006-08-28 08:00:22 +0000
commit1d55dded992e1696c32cc8ffed23a1910120e1cc (patch)
treee5d0fc1f45bb116dc138910c6f6a876d8ee98c5c /src/ui/dialog/scriptdialog.cpp
parentmore property and method table progress (diff)
downloadinkscape-1d55dded992e1696c32cc8ffed23a1910120e1cc.tar.gz
inkscape-1d55dded992e1696c32cc8ffed23a1910120e1cc.zip
Added some set_size_requests to ishmal's cool work so dialogs look nice from the
beginning... (bzr r1648)
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();
}