Keymap modifiers: make it a floating window

This commit is contained in:
John Scipione 2014-02-21 17:07:31 -05:00
parent 73ee1578a9
commit 4e152efced

View File

@ -238,7 +238,7 @@ ConflictView::_FillIcons()
ModifierKeysWindow::ModifierKeysWindow()
:
BWindow(BRect(0, 0, 360, 220), B_TRANSLATE("Modifier keys"),
B_TITLED_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE
B_FLOATING_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE
| B_AUTO_UPDATE_SIZE_LIMITS)
{
get_key_map(&fCurrentMap, &fCurrentBuffer);