mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
LibGUI: Don't show last separator in column
This commit is contained in:
parent
3b18858bb1
commit
e40726cb34
1 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,9 @@ void ColumnsView::update_column_sizes()
|
|||
total_width += column.width + column_separator_width();
|
||||
}
|
||||
|
||||
// "Hide" last separator behind a window frame.
|
||||
total_width -= column_separator_width();
|
||||
|
||||
set_content_size({ total_width, total_height });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue