mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 11:35:07 +00:00
VisualBuilder: Tweak property table column width.
This commit is contained in:
parent
34dd4fcaf1
commit
21d4b1c2fc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ String VBWidgetPropertyModel::column_name(int column) const
|
||||||
GModel::ColumnMetadata VBWidgetPropertyModel::column_metadata(int column) const
|
GModel::ColumnMetadata VBWidgetPropertyModel::column_metadata(int column) const
|
||||||
{
|
{
|
||||||
UNUSED_PARAM(column);
|
UNUSED_PARAM(column);
|
||||||
return { 100, TextAlignment::CenterLeft };
|
return { 80, TextAlignment::CenterLeft };
|
||||||
}
|
}
|
||||||
|
|
||||||
GVariant VBWidgetPropertyModel::data(const GModelIndex& index, Role role) const
|
GVariant VBWidgetPropertyModel::data(const GModelIndex& index, Role role) const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue