summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index edec5ac..ae1f381 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -203,6 +203,7 @@ Rectangle {
text: qsTr("Edit software repositories")+" *";
width: parent.width
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -268,6 +269,7 @@ Rectangle {
text: qsTr("Check system updates")+" *";
width: parent.width
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -283,6 +285,7 @@ Rectangle {
text: qsTr("Advisories of updates (en)");
width: parent.width
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -340,6 +343,7 @@ Rectangle {
label: Label {
text: qsTr("Mageia Control Center")+" *";
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -351,6 +355,7 @@ Rectangle {
label: Label {
text: qsTr("MCC documentation");
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -417,6 +422,7 @@ Rectangle {
text: qsTr("List of applications (wiki)");
width: slideshow.width * .5
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -439,6 +445,7 @@ Rectangle {
text: qsTr("RPMdrake")+" *";
width: slideshow.width * .35
wrapMode: Text.WordWrap
+ color: "black"
}
}
}
@@ -610,6 +617,7 @@ Rectangle {
verticalAlignment: TextInput.AlignVCenter
text: qsTr("Install");
font.pixelSize: Qt.application.font.pixelSize * .8
+ color: "black"
}
}
}
@@ -626,6 +634,7 @@ Rectangle {
verticalAlignment: TextInput.AlignVCenter
text: qsTr("Launch");
font.pixelSize: Qt.application.font.pixelSize * .8
+ color: "black"
}
}
}
@@ -751,6 +760,7 @@ Rectangle {
label: Label {
text: modelData.name
horizontalAlignment: TextInput.AlignHCenter
+ color: "black"
width: parent.width
wrapMode: Text.WordWrap }
}