mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
VisualBuilder: Tweak property table column width.
This commit is contained in:
@@ -29,7 +29,7 @@ String VBWidgetPropertyModel::column_name(int column) const
|
||||
GModel::ColumnMetadata VBWidgetPropertyModel::column_metadata(int column) const
|
||||
{
|
||||
UNUSED_PARAM(column);
|
||||
return { 100, TextAlignment::CenterLeft };
|
||||
return { 80, TextAlignment::CenterLeft };
|
||||
}
|
||||
|
||||
GVariant VBWidgetPropertyModel::data(const GModelIndex& index, Role role) const
|
||||
|
||||
Reference in New Issue
Block a user