SoundRecorder window is now not zoomable
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27985 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -98,7 +98,7 @@ struct wave_struct
|
|||||||
|
|
||||||
RecorderWindow::RecorderWindow() :
|
RecorderWindow::RecorderWindow() :
|
||||||
BWindow(BRect(XPOS,YPOS,XPOS+MIN_WIDTH,YPOS+MIN_HEIGHT), "SoundRecorder", B_TITLED_WINDOW,
|
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),
|
fPlayer(NULL),
|
||||||
fSoundList(NULL),
|
fSoundList(NULL),
|
||||||
fPlayFile(NULL),
|
fPlayFile(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user