mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
xwayland-shell: unmaximize on first map
...to ensure consistency with xdg-shell implementation and to avoid padding/margin complications.
This commit is contained in:
parent
08429c5ba3
commit
c6ae0b5694
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ map(struct view *view)
|
|||
}
|
||||
|
||||
if (!view->been_mapped) {
|
||||
view_maximize(view, false);
|
||||
view_center(view);
|
||||
view->been_mapped = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue