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-01-03 12:08:17 +0300
committerJaime van Kessel <nallath@gmail.com>2022-01-03 12:14:22 +0300
commitc92fcc8e037daf291e35a0fe4d0b9d5bf110f9c2 (patch)
tree1d3ec12b5662924ef484256d9199e7d0c943c6d1 /plugins/Marketplace/resources
parentfe30a3c19e64c2b0f351de6d706557dce540d288 (diff)
Simplify the notifaction icon logic
CURA-8658
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/Marketplace.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Marketplace/resources/qml/Marketplace.qml b/plugins/Marketplace/resources/qml/Marketplace.qml
index 27826c15b0..c04b24cc13 100644
--- a/plugins/Marketplace/resources/qml/Marketplace.qml
+++ b/plugins/Marketplace/resources/qml/Marketplace.qml
@@ -164,10 +164,8 @@ Window
{
anchors
{
- top: parent.top
- right: parent.right
- rightMargin: (-0.5 * width) | 0
- topMargin: (-0.5 * height) | 0
+ horizontalCenter: parent.right
+ verticalCenter: parent.top
}
visible: CuraApplication.getPackageManager().packagesWithUpdate.length > 0