mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #2107
04d0b14
InlineButton: fix warning and set font (selsta)
This commit is contained in:
commit
8fd8bdcb2f
2 changed files with 1 additions and 2 deletions
|
@ -51,7 +51,7 @@ Item {
|
|||
property int rectHMargin: small ? 16 * scaleRatio : 22 * scaleRatio
|
||||
property alias text: inlineText.text
|
||||
property alias fontPixelSize: inlineText.font.pixelSize
|
||||
property alias fontFamily: inlineText.font
|
||||
property alias fontFamily: inlineText.font.family
|
||||
property alias buttonColor: rect.color
|
||||
signal clicked()
|
||||
|
||||
|
|
|
@ -201,7 +201,6 @@ ColumnLayout {
|
|||
visible: (inlineButtonId.text || inlineButtonId.icon) && inlineButtonVisible ? true : false
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 8 * scaleRatio
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue