aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/StandardDropdown.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 8d13c2f3..ad7da891 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -84,6 +84,8 @@ Item {
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: 12
+ anchors.right: dropIndicator.left
+ anchors.rightMargin: 12
elide: Text.ElideRight
font.family: MoneroComponents.Style.fontRegular.name
font.bold: dropdown.headerFontBold
@@ -96,7 +98,8 @@ Item {
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.right: parent.right
- width: 32
+ anchors.rightMargin: 12
+ width: dropdownIcon.width
Image {
id: dropdownIcon