mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-22 13:30:07 +00:00
- enlarged prefs editor window to make volumes pane fit
This commit is contained in:
parent
09ec429dc1
commit
83227a987b
@ -273,7 +273,7 @@ bool PrefsEditor(void)
|
||||
* 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;
|
||||
ok_message = msg;
|
||||
|
Loading…
Reference in New Issue
Block a user