mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Style and other minor fixes
This commit is contained in:
parent
3f475f5009
commit
c9ce8bf1bd
3 changed files with 12 additions and 12 deletions
|
|
@ -170,8 +170,8 @@ swayc_t *new_floating_view(wlc_handle handle) {
|
|||
view->width = geometry->size.w;
|
||||
view->height = geometry->size.h;
|
||||
|
||||
view->desired_width = -1;
|
||||
view->desired_height = -1;
|
||||
view->desired_width = view->width;
|
||||
view->desired_height = view->height;
|
||||
|
||||
view->is_floating = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue