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:19:26 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-11 17:19:26 +0300
commit6536b375256b35ce770d1e93e82a9a52c1e03c69 (patch)
tree7c0d429bfe1cca86d3cfc26c3cb98cde2c1f5eb2 /resources/qml
parent461165ea39a0b146243141228cb0905c29c0bbb7 (diff)
Set background color for machine actions
Otherwise the background is always white, which makes it unusuable for darktheme CURA-9465
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Preferences/MachinesPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Preferences/MachinesPage.qml b/resources/qml/Preferences/MachinesPage.qml
index 9b6f5bf609..c77545bc03 100644
--- a/resources/qml/Preferences/MachinesPage.qml
+++ b/resources/qml/Preferences/MachinesPage.qml
@@ -92,6 +92,7 @@ UM.ManagementPage
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
maximumWidth: minimumWidth * 3
maximumHeight: minimumHeight * 3
+ backgroundColor: UM.Theme.getColor("main_background")
}
UM.ConfirmRemoveDialog