mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Further indentation corrections
This commit is contained in:
parent
d5c338d9ee
commit
74d4f1bec9
2 changed files with 4 additions and 4 deletions
|
|
@ -401,9 +401,9 @@ void floating_view_sane_size(swayc_t *view) {
|
|||
config->floating_maximum_height = swayc_active_workspace()->height;
|
||||
|
||||
} else if (config->floating_maximum_height != -1 &&
|
||||
view->desired_height > config->floating_maximum_height) {
|
||||
view->desired_height = config->floating_maximum_height;
|
||||
}
|
||||
view->desired_height > config->floating_maximum_height) {
|
||||
view->desired_height = config->floating_maximum_height;
|
||||
}
|
||||
|
||||
// if 0 do not resize, only enforce max value
|
||||
if (config->floating_maximum_width == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue