mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-26 04:25:53 +00:00
TitleBar: slightly reduce size of moon icon
This commit is contained in:
parent
4905341999
commit
c87ebf1f31
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ Rectangle {
|
||||||
text: FontAwesome.moonO
|
text: FontAwesome.moonO
|
||||||
font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily
|
font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily
|
||||||
font.styleName: MoneroComponents.Style.blackTheme ? "Solid" : "Regular"
|
font.styleName: MoneroComponents.Style.blackTheme ? "Solid" : "Regular"
|
||||||
font.pixelSize: 16
|
font.pixelSize: 15
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
Loading…
Reference in a new issue