Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-11-18 13:33:36 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-18 13:33:36 +0300
commit377a21071b170c605c7677b8af11219b43a574da (patch)
tree1a8b0e70610f715f65248ce60fadfa7bf9a71f8b
parentc08e7df277514fce8ed0a63ec280756bc1071a9a (diff)
Remove color from discard dialog text, since it uses system style
Originally a lot of text would not be readable when in dark theme because the text would be light, but the background would always be white.
-rw-r--r--resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml
index afa9fda0bd..316878a2bd 100644
--- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml
+++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml
@@ -100,7 +100,6 @@ UM.Dialog
{
text: styleData.value
font: UM.Theme.getFont("system")
- color: UM.Theme.getColor("setting_control_disabled_text")
}
}