瀏覽代碼

VisualBuilder: Tweak property table column width.

Andreas Kling 6 年之前
父節點
當前提交
21d4b1c2fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Applications/VisualBuilder/VBWidgetPropertyModel.cpp

+ 1 - 1
Applications/VisualBuilder/VBWidgetPropertyModel.cpp

@@ -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