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:
parent
8f4c59c276
commit
6f90f41516
5 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue