aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-09-04 09:49:57 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-09-04 09:49:57 -0500
commita267712d100a9c514dd7de451356fe115b2090a9 (patch)
tree94f7d4e5b0e87e0cded64deba5b96ad9f07bfba0 /components
parent0abaae073dee381babbc4ab4ec3a08b03baa499c (diff)
parent5392dd7ed0afa9f3e20aebd2ece70730a7748010 (diff)
downloadmonzero-gui-a267712d100a9c514dd7de451356fe115b2090a9.tar.gz
monzero-gui-a267712d100a9c514dd7de451356fe115b2090a9.tar.xz
monzero-gui-a267712d100a9c514dd7de451356fe115b2090a9.zip
Merge pull request #2358
5392dd7 TitleBar: change Light Theme icon from 'light bulb' to 'moon' (xiphon)
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index feccdeb5..272a3b88 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -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