Skip to content

Commit 0229f6e

Browse files
committed
Merge #253: Fix CaretRightButton padding
26a3eec qml: fix CaretRightButton padding (jarolrod) Pull request description: Fixes the padding on the CaretRightButton which then fixes the height of a setting row within the NodeSettings page | master | pr | | ------ | -- | | <img width="642" alt="Screen Shot 2023-02-09 at 2 48 11 PM" src="https://user-images.githubusercontent.com/23396902/217947132-526a900a-f85e-4bf4-8143-c32bcef59eea.png"> | <img width="642" alt="Screen Shot 2023-02-09 at 2 42 27 PM" src="https://user-images.githubusercontent.com/23396902/217947109-6b27b477-3e0a-4180-9d25-0778a7cdb2b8.png"> | [![Windows](https://img.shields.io/badge/OS-Windows-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/insecure_win_gui.zip?branch=pull/253) [![Intel macOS](https://img.shields.io/badge/OS-Intel%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/insecure_mac_gui.zip?branch=pull/253) [![Apple Silicon macOS](https://img.shields.io/badge/OS-Apple%20Silicon%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos_arm64/insecure_mac_arm64_gui.zip?branch=pull/253) [![ARM64 Android](https://img.shields.io/badge/OS-Android-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/insecure_android_apk.zip?branch=pull/253) ACKs for top commit: johnny9: ACK 26a3eec Tree-SHA512: 4a403764848175829917a51036b0f4be7c2614f1fa22dcb6b7d2a9d8e776c78f0fe53e1a317ab7ecf0080f3ab809f2321fb3ffa311b3ddd170a6eb675bb2841d
2 parents 294a978 + 26a3eec commit 0229f6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/qml/components/CaretRightButton.qml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ import QtQuick.Controls 2.15
88
Button {
99
id: root
1010
required property color stateColor
11+
12+
leftPadding: 0
13+
topPadding: 0
14+
bottomPadding: 0
1115
icon.source: "image://images/caret-right"
1216
icon.color: root.stateColor
1317
icon.height: 18

0 commit comments

Comments
 (0)