mirror of
https://github.com/openharmony/windowmanager.git
synced 2026-07-21 20:45:26 -04:00
调整自由窗口最小宽度为320vp
Signed-off-by: xingyanan <xingyanan2@huawei.com> Change-Id: I2d56c280ccbb98594ad35310a6d96272ab69a14c
This commit is contained in:
@@ -52,7 +52,7 @@ namespace {
|
||||
constexpr uint32_t HOTZONE = 40;
|
||||
constexpr uint32_t DIV_HOTZONE = 20;
|
||||
constexpr uint32_t MIN_VERTICAL_FLOATING_WIDTH = 240;
|
||||
constexpr uint32_t MIN_VERTICAL_FLOATING_HEIGHT = 426;
|
||||
constexpr uint32_t MIN_VERTICAL_FLOATING_HEIGHT = 320;
|
||||
constexpr uint32_t MIN_VERTICAL_SPLIT_HEIGHT = 426;
|
||||
constexpr uint32_t MIN_HORIZONTAL_SPLIT_WIDTH = 426;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user