Set B_NOT_RESIZABLE for the deskbar and the desktop window. Fixes #6999.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40059 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1cbfd712a3
commit
74c7ad20f4
@ -81,8 +81,8 @@ TBarWindow::TBarWindow()
|
||||
BWindow(BRect(-1000.0f, -1000.0f, -1000.0f, -1000.0f), "Deskbar",
|
||||
B_BORDERED_WINDOW,
|
||||
B_WILL_ACCEPT_FIRST_CLICK | B_NOT_ZOOMABLE | B_NOT_CLOSABLE
|
||||
| B_NOT_MINIMIZABLE | B_NOT_MOVABLE | B_AVOID_FRONT
|
||||
| B_ASYNCHRONOUS_CONTROLS,
|
||||
| B_NOT_MINIMIZABLE | B_NOT_MOVABLE | B_NOT_RESIZABLE
|
||||
| B_AVOID_FRONT | B_ASYNCHRONOUS_CONTROLS,
|
||||
B_ALL_WORKSPACES)
|
||||
{
|
||||
desk_settings* settings = ((TBarApp*)be_app)->Settings();
|
||||
|
@ -113,7 +113,7 @@ BDeskWindow::BDeskWindow(LockingList<BWindow> *windowList)
|
||||
BContainerWindow(windowList, 0, kPrivateDesktopWindowLook,
|
||||
kPrivateDesktopWindowFeel, B_NOT_MOVABLE | B_WILL_ACCEPT_FIRST_CLICK
|
||||
| B_NOT_ZOOMABLE | B_NOT_CLOSABLE | B_NOT_MINIMIZABLE
|
||||
| B_ASYNCHRONOUS_CONTROLS, B_ALL_WORKSPACES),
|
||||
| B_NOT_RESIZABLE | B_ASYNCHRONOUS_CONTROLS, B_ALL_WORKSPACES),
|
||||
fDeskShelf(0),
|
||||
fTrashContextMenu(0),
|
||||
fShouldUpdateAddonShortcuts(true)
|
||||
|
Loading…
x
Reference in New Issue
Block a user