1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 13:45:06 +00:00

VisualBuilder: Tweak property table column width.

This commit is contained in:
Andreas Kling 2019-04-11 21:55:57 +02:00
parent 34dd4fcaf1
commit 21d4b1c2fc

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 { 100, TextAlignment::CenterLeft };
return { 80, TextAlignment::CenterLeft };
}
GVariant VBWidgetPropertyModel::data(const GModelIndex& index, Role role) const