- enlarged prefs editor window to make volumes pane fit

This commit is contained in:
cebix 1999-10-21 09:03:44 +00:00
parent 09ec429dc1
commit 83227a987b

View File

@ -273,7 +273,7 @@ bool PrefsEditor(void)
* Preferences window constructor * Preferences window constructor
*/ */
PrefsWindow::PrefsWindow(uint32 msg) : BWindow(BRect(0, 0, 400, 269), GetString(STR_PREFS_TITLE), B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_ASYNCHRONOUS_CONTROLS), this_messenger(this) PrefsWindow::PrefsWindow(uint32 msg) : BWindow(BRect(0, 0, 400, 289), GetString(STR_PREFS_TITLE), B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE | B_ASYNCHRONOUS_CONTROLS), this_messenger(this)
{ {
int i; int i;
ok_message = msg; ok_message = msg;