mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:27:43 +00:00
LibGUI: Allow override the font on a per-index basis in GListView
This should be ported to all of the GAbstractView subclasses.
This commit is contained in:
parent
b89f64cb55
commit
31b5047894
4 changed files with 21 additions and 2 deletions
|
@ -34,7 +34,8 @@ public:
|
|||
Custom,
|
||||
ForegroundColor,
|
||||
BackgroundColor,
|
||||
Icon
|
||||
Icon,
|
||||
Font,
|
||||
};
|
||||
|
||||
virtual ~GModel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue