Sync with GIT

This commit is contained in:
ghorvath
2010-04-20 15:13:34 +00:00
parent 68c4f03a59
commit af8a25edeb
64 changed files with 869 additions and 3405 deletions

View File

@@ -36,8 +36,7 @@ RTWindow::RTWindow () {
set_title("Raw Therapee "+versionString);
property_allow_shrink() = true;
set_size_request (options.windowWidth, options.windowHeight);
// maximize ();
set_default_size(options.windowWidth, options.windowHeight);
set_modal(false);
set_resizable(true);
property_destroy_with_parent().set_value(false);