summaryrefslogtreecommitdiffstats
path: root/basicsuite/about-b2qt/Box.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/about-b2qt/Box.qml')
-rw-r--r--basicsuite/about-b2qt/Box.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/basicsuite/about-b2qt/Box.qml b/basicsuite/about-b2qt/Box.qml
index ab6e971..72ede4b 100644
--- a/basicsuite/about-b2qt/Box.qml
+++ b/basicsuite/about-b2qt/Box.qml
@@ -56,7 +56,7 @@ Rectangle {
gradient: Gradient {
GradientStop { position: 0; color: root.accentColor; }
- GradientStop { position: 1; color: "black"; }
+ GradientStop { position: 1; color: Qt.darker(Qt.darker(root.accentColor)); }
}
Text {
@@ -65,6 +65,7 @@ Rectangle {
font.bold: true;
color: "white"
anchors.centerIn: parent
+ horizontalAlignment: Text.AlignHCenter
}
}