From 43450d12d795363392b2c5d7a4165581c18740a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 11 Oct 2008 23:26:31 +0000 Subject: [PATCH] SoundRecorder window is now not zoomable git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27985 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/soundrecorder/RecorderWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/soundrecorder/RecorderWindow.cpp b/src/apps/soundrecorder/RecorderWindow.cpp index 0c3153c9cf..d6e07458d8 100644 --- a/src/apps/soundrecorder/RecorderWindow.cpp +++ b/src/apps/soundrecorder/RecorderWindow.cpp @@ -98,7 +98,7 @@ struct wave_struct RecorderWindow::RecorderWindow() : BWindow(BRect(XPOS,YPOS,XPOS+MIN_WIDTH,YPOS+MIN_HEIGHT), "SoundRecorder", B_TITLED_WINDOW, - B_ASYNCHRONOUS_CONTROLS | B_NOT_V_RESIZABLE), + B_ASYNCHRONOUS_CONTROLS | B_NOT_V_RESIZABLE | B_NOT_ZOOMABLE), fPlayer(NULL), fSoundList(NULL), fPlayFile(NULL),