From 4a2fe731833e01ac6d4322dff5c617df537d026e Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Tue, 27 Dec 2022 21:32:05 +0100 Subject: [PATCH] revision --- examples/cl-repl/qml/ext/DebugDialog.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/cl-repl/qml/ext/DebugDialog.qml b/examples/cl-repl/qml/ext/DebugDialog.qml index 0098525..fe63548 100644 --- a/examples/cl-repl/qml/ext/DebugDialog.qml +++ b/examples/cl-repl/qml/ext/DebugDialog.qml @@ -11,6 +11,7 @@ Rectangle { ColumnLayout { anchors.fill: parent + spacing: 0 Ext.MenuBack { id: menuBack @@ -38,7 +39,7 @@ Rectangle { topPadding: 8 bottomPadding: 8 font.family: "Hack" - font.pixelSize: 16 + font.pixelSize: 14 text: ":r1 etc. restart / :h help / :q quit" } @@ -62,7 +63,7 @@ Rectangle { delegate: Text { padding: 8 textFormat: Text.PlainText - font.pixelSize: 18 + font.pixelSize: 16 font.family: "Hack" font.bold: mBold text: mText