From 8c462a163671b44513ffbba4337ace46f3aecd04 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Mon, 29 Jul 2019 09:39:18 -0400 Subject: [PATCH] Use smaller font size as regular size is too large for the control --- src/PlanView/SimpleItemEditor.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PlanView/SimpleItemEditor.qml b/src/PlanView/SimpleItemEditor.qml index 9ed35707a..c7e8c3b2f 100644 --- a/src/PlanView/SimpleItemEditor.qml +++ b/src/PlanView/SimpleItemEditor.qml @@ -92,6 +92,7 @@ Rectangle { indexModel: false model: object.enumStrings fact: object + pointSize: ScreenTools.smallFontPointSize Layout.column: 1 Layout.row: index Layout.fillWidth: true -- 2.22.0