mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-21 14:48:48 +00:00
Merge pull request #3397
6f7192b
Transfer: fix desktop icon style (selsta)
This commit is contained in:
commit
0ae6435429
2 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,7 @@ Item {
|
||||||
property alias text: inlineText.text
|
property alias text: inlineText.text
|
||||||
property alias fontPixelSize: inlineText.font.pixelSize
|
property alias fontPixelSize: inlineText.font.pixelSize
|
||||||
property alias fontFamily: inlineText.font.family
|
property alias fontFamily: inlineText.font.family
|
||||||
|
property alias fontStyleName: inlineText.font.styleName
|
||||||
property bool isFontAwesomeIcon: fontFamily == FontAwesome.fontFamily || fontFamily == FontAwesome.fontFamilySolid
|
property bool isFontAwesomeIcon: fontFamily == FontAwesome.fontFamily || fontFamily == FontAwesome.fontFamilySolid
|
||||||
property alias buttonColor: rect.color
|
property alias buttonColor: rect.color
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,8 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.InlineButton {
|
MoneroComponents.InlineButton {
|
||||||
fontFamily: FontAwesome.fontFamily
|
fontFamily: FontAwesome.fontFamilySolid
|
||||||
|
fontStyleName: "Solid"
|
||||||
fontPixelSize: 18
|
fontPixelSize: 18
|
||||||
text: FontAwesome.desktop
|
text: FontAwesome.desktop
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in a new issue