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>2022-07-11 17:21:10 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-11 17:21:10 +0300
commit32121c7adce3874767f5b520b9820f6e87046ce4 (patch)
treec2b4e1a793e1512a2e8ed3d98695d9039e00c2ae /resources/qml
parent6536b375256b35ce770d1e93e82a9a52c1e03c69 (diff)
Add background color for rename dialogs
CURA-9465
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Preferences/RenameDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Preferences/RenameDialog.qml b/resources/qml/Preferences/RenameDialog.qml
index 6e4c628114..7bcd65ed5d 100644
--- a/resources/qml/Preferences/RenameDialog.qml
+++ b/resources/qml/Preferences/RenameDialog.qml
@@ -23,7 +23,7 @@ UM.Dialog
property string explanation: catalog.i18nc("@info", "Please provide a new name.")
title: dialogTitle
-
+ backgroundColor: UM.Theme.getColor("main_background")
minimumWidth: UM.Theme.getSize("small_popup_dialog").width
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
width: minimumWidth