From 189e9d614a0d5a3d3a44009186764d3b85958b9d Mon Sep 17 00:00:00 2001 From: WanderingPenwing Date: Thu, 1 Aug 2024 02:52:27 +0200 Subject: [PATCH] changed size --- Components/SystemButtons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/SystemButtons.qml b/Components/SystemButtons.qml index f3e0dac..b22852d 100644 --- a/Components/SystemButtons.qml +++ b/Components/SystemButtons.qml @@ -45,7 +45,7 @@ RowLayout { RoundButton { text: modelData[1] font.family: config.Font - font.pointSize: root.font.pointSize * 2 + font.pointSize: root.font.pointSize * 1.5 Layout.alignment: Qt.AlignHCenter display: AbstractButton.TextUnderIcon visible: config.ForceHideSystemButtons != "true" && modelData[2]