diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index d9df22da..a999f9ad 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -128,8 +128,8 @@ Rectangle { anchors.leftMargin: 192 font.bold: true font.pixelSize: 12 - color: "white" - opacity: 0.6 + color: "red" + opacity: 1 } // @TODO: implement |
