diff options
Diffstat (limited to 'sway/commands/border.c')
| -rw-r--r-- | sway/commands/border.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/border.c b/sway/commands/border.c index b6eab550..d51741d2 100644 --- a/sway/commands/border.c +++ b/sway/commands/border.c @@ -93,7 +93,7 @@ struct cmd_results *cmd_border(int argc, char **argv) {  	}  	if (container_is_floating(container)) { -		container_set_geometry_from_floating_view(container); +		container_set_geometry_from_content(container);  	}  	arrange_container(container);  | 
