We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11d230 commit 44b0f30Copy full SHA for 44b0f30
1 file changed
resources/qml/ProfileSelector40.qml
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2020 Aldo Hoeben / fieldOfView
+// Copyright (c) 2021 Aldo Hoeben / fieldOfView
2
// SidebarGUIPlugin is released under the terms of the AGPLv3 or higher.
3
4
import QtQuick 2.10
@@ -9,7 +9,7 @@ import Cura 1.1 as Cura
9
10
Item
11
{
12
- width: parent.width
+ width: parent.width - 2 * UM.Theme.getSize("thick_margin").width - 2 * UM.Theme.getSize("default_lining").width
13
height: UM.Theme.getSize("setting_control").height + UM.Theme.getSize("default_margin").height
14
15
Cura.GlobalProfileSelector
0 commit comments