mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 21:59:11 +00:00
VisualBuilder: Tweak property table column width.
This commit is contained in:
parent
34dd4fcaf1
commit
21d4b1c2fc
Notes:
sideshowbarker
2024-07-19 14:44:59 +09:00
Author: https://github.com/awesomekling
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