mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibGUI: Increase row height in Table/ColumnViews and center icons
16x16 icons are now guaranteed at least 1px margins between rows
This commit is contained in:
parent
2871df6f0d
commit
af581cbd91
Notes:
sideshowbarker
2024-07-18 21:43:01 +09:00
Author: https://github.com/thankyouverycool
Commit: af581cbd91
Pull-request: https://github.com/SerenityOS/serenity/pull/5636
4 changed files with 5 additions and 3 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
void set_column_painting_delegate(int column, OwnPtr<TableCellPaintingDelegate>);
|
||||
|
||||
int horizontal_padding() const;
|
||||
int icon_padding() const { return 8; }
|
||||
|
||||
Gfx::IntPoint adjusted_position(const Gfx::IntPoint&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue