mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGUI: Models should always specify font via Model::Role::Font
This gets rid of one field in ColumnData. The goal is to get rid of all fields and lose ColumnData entirely.
This commit is contained in:
@@ -49,7 +49,6 @@ public:
|
||||
struct ColumnMetadata {
|
||||
int preferred_width { 0 };
|
||||
Gfx::TextAlignment text_alignment { Gfx::TextAlignment::CenterLeft };
|
||||
const Gfx::Font* font { nullptr };
|
||||
enum class Sortable {
|
||||
False,
|
||||
True,
|
||||
|
||||
Reference in New Issue
Block a user