1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 16:35:08 +00:00

VisualBuilder: Add some more GWidget default properties.

This commit is contained in:
Andreas Kling 2019-04-12 14:47:21 +02:00
parent 8f4c59c276
commit 6f90f41516
5 changed files with 14 additions and 5 deletions

View file

@ -29,7 +29,7 @@ String VBWidgetPropertyModel::column_name(int column) const
GModel::ColumnMetadata VBWidgetPropertyModel::column_metadata(int column) const
{
UNUSED_PARAM(column);
return { 80, TextAlignment::CenterLeft };
return { 90, TextAlignment::CenterLeft };
}
GVariant VBWidgetPropertyModel::data(const GModelIndex& index, Role role) const