|
@@ -586,7 +586,7 @@ private:
|
|
|
if(msg->FindBool("window-border", &bEnabled) != B_OK) {
|
|
|
return;
|
|
|
}
|
|
|
- SetLook(bEnabled ? B_BORDERED_WINDOW_LOOK : B_NO_BORDER_WINDOW_LOOK);
|
|
|
+ SetLook(bEnabled ? B_TITLED_WINDOW_LOOK : B_NO_BORDER_WINDOW_LOOK);
|
|
|
}
|
|
|
|
|
|
void _SetResizable(BMessage *msg) {
|