mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
parent
208f383c66
commit
89589f17c4
8 changed files with 60 additions and 21 deletions
|
|
@ -571,7 +571,8 @@ set_initial_position(struct view *view,
|
|||
view_constrain_size_to_that_of_usable_area(view);
|
||||
|
||||
if (view_is_floating(view)) {
|
||||
view_place_initial(view, /* allow_cursor */ true);
|
||||
view_place_by_policy(view,
|
||||
/* allow_cursor */ true, rc.placement_policy);
|
||||
} else {
|
||||
/*
|
||||
* View is maximized/fullscreen. Center the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue