From 26a3eec58646a01bebb4a5c3c733e51b050bb89e Mon Sep 17 00:00:00 2001 From: jarolrod Date: Thu, 9 Feb 2023 14:07:21 -0700 Subject: [PATCH] qml: fix CaretRightButton padding --- src/qml/components/CaretRightButton.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qml/components/CaretRightButton.qml b/src/qml/components/CaretRightButton.qml index 9d113195ae..9e75820cfa 100644 --- a/src/qml/components/CaretRightButton.qml +++ b/src/qml/components/CaretRightButton.qml @@ -8,6 +8,10 @@ import QtQuick.Controls 2.15 Button { id: root required property color stateColor + + leftPadding: 0 + topPadding: 0 + bottomPadding: 0 icon.source: "image://images/caret-right" icon.color: root.stateColor icon.height: 18