Merge pull request #2358

5392dd7 TitleBar: change Light Theme icon from 'light bulb' to 'moon' (xiphon)
This commit is contained in:
luigi1111 2019-09-04 09:49:57 -05:00
commit a267712d10
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -156,8 +156,8 @@ Rectangle {
Layout.preferredHeight: parent.height
Text {
text: MoneroComponents.Style.blackTheme ? FontAwesome.lightbulbO : FontAwesome.moonO
font.family: FontAwesome.fontFamily
text: FontAwesome.moonO
font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily
font.pixelSize: 16
color: MoneroComponents.Style.defaultFontColor
anchors.verticalCenter: parent.verticalCenter