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

Signed-off-by: Janus <[email protected]>
This commit is contained in:
Dancsó Róbert
2015-04-05 23:18:00 +00:00
committed by Janus
parent efdcada6f3
commit 8e54273644
@@ -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)
{