1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:07:35 +00:00

LibGUI: Replace a magic number with ColumnsView::column_separator_width

This commit is contained in:
Karol Kosek 2022-12-28 01:57:03 +01:00 committed by Andreas Kling
parent 7919fb8cae
commit 3b18858bb1
2 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,7 @@ private:
int icon_size() const { return 16; }
int icon_spacing() const { return 2; }
int text_padding() const { return 2; }
int column_separator_width() const { return 1; }
virtual void model_did_update(unsigned flags) override;
virtual void second_paint_event(PaintEvent&) override;