Changed settings window feel to show up when the main window is on top.

Signed-off-by: Janus <janus2@ymail.com>
This commit is contained in:
Dancsó Róbert 2013-12-03 18:17:08 +01:00 committed by Janus
parent efdcada6f3
commit 8e54273644

View File

@ -43,7 +43,7 @@ enum {
SettingsWindow::SettingsWindow(BRect frame)
:
BWindow(frame, B_TRANSLATE("MediaPlayer settings"), B_FLOATING_WINDOW_LOOK,
B_FLOATING_APP_WINDOW_FEEL,
B_FLOATING_ALL_WINDOW_FEEL,
B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE | B_NOT_RESIZABLE
| B_AUTO_UPDATE_SIZE_LIMITS)
{