Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 8, 2024
1 parent 3378cbe commit a76f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/tree/view.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ void view_autoconfigure(struct sway_view *view) {
y = con->pending.y + y_offset;
height = con->pending.height - y_offset
- con->pending.border_thickness * con->pending.border_bottom;
} else {
} else {
int titlebar_height;
if (config->hide_lone_title && view_is_only_visible(view)) {
titlebar_height = con->pending.border_thickness * con->pending.border_top + y_offset;
Expand Down

0 comments on commit a76f399

Please sign in to comment.