diff --git a/src/preferences/shortcuts/ShortcutsWindow.cpp b/src/preferences/shortcuts/ShortcutsWindow.cpp index 6cc3aa6221..a7fe5d4f7c 100644 --- a/src/preferences/shortcuts/ShortcutsWindow.cpp +++ b/src/preferences/shortcuts/ShortcutsWindow.cpp @@ -105,7 +105,7 @@ CreateKeysPopUp() ShortcutsWindow::ShortcutsWindow() : BWindow(BRect(0, 0, 0, 0), B_TRANSLATE_SYSTEM_NAME("Shortcuts"), - B_TITLED_WINDOW, 0L), + B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS), fSavePanel(NULL), fOpenPanel(NULL), fSelectPanel(NULL),