diff options
| author | selsta <selsta@sent.at> | 2019-09-18 23:01:35 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-09-24 17:53:02 +0200 |
| commit | c87ebf1f31b1b81dfadc7ec2d63a9a0b7fe7e9a4 (patch) | |
| tree | 3dd6f4bd76cbf13877f4646a9ad8f6e8c031a81c /components | |
| parent | 4905341999156c4634fd7487d9ad68a8c88a8186 (diff) | |
| download | monzero-gui-c87ebf1f31b1b81dfadc7ec2d63a9a0b7fe7e9a4.tar.gz monzero-gui-c87ebf1f31b1b81dfadc7ec2d63a9a0b7fe7e9a4.tar.xz monzero-gui-c87ebf1f31b1b81dfadc7ec2d63a9a0b7fe7e9a4.zip | |
TitleBar: slightly reduce size of moon icon
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index a0bdb021..cf35f952 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -158,7 +158,7 @@ Rectangle { text: FontAwesome.moonO font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily font.styleName: MoneroComponents.Style.blackTheme ? "Solid" : "Regular" - font.pixelSize: 16 + font.pixelSize: 15 color: MoneroComponents.Style.defaultFontColor anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter |
