Skip to content

Commit

Permalink
Make ReadOnlyBootPrompt visible on all workspaces. Fixes #8003
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadia committed Jan 2, 2013
1 parent 10e65ba commit 364389a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apps/readonlybootprompt/BootPromptWindow.cpp
Expand Up @@ -137,7 +137,8 @@ compare_void_list_items(const void* _a, const void* _b)
BootPromptWindow::BootPromptWindow()
:
BWindow(BRect(0, 0, 530, 400), "",
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_CLOSABLE),
B_TITLED_WINDOW, B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_CLOSABLE,
B_ALL_WORKSPACES),
fDefaultKeymapItem(NULL)
{
SetSizeLimits(450, 16384, 350, 16384);
Expand Down

0 comments on commit 364389a

Please sign in to comment.