Keymap modifiers: make it a floating window
This commit is contained in:
parent
73ee1578a9
commit
4e152efced
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user