Skip to content

Commit 44b0f30

Browse files
committed
Fix profile selector position in Cura 4.0 - 4.3
1 parent f11d230 commit 44b0f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/qml/ProfileSelector40.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Aldo Hoeben / fieldOfView
1+
// Copyright (c) 2021 Aldo Hoeben / fieldOfView
22
// SidebarGUIPlugin is released under the terms of the AGPLv3 or higher.
33

44
import QtQuick 2.10
@@ -9,7 +9,7 @@ import Cura 1.1 as Cura
99

1010
Item
1111
{
12-
width: parent.width
12+
width: parent.width - 2 * UM.Theme.getSize("thick_margin").width - 2 * UM.Theme.getSize("default_lining").width
1313
height: UM.Theme.getSize("setting_control").height + UM.Theme.getSize("default_margin").height
1414

1515
Cura.GlobalProfileSelector

0 commit comments

Comments
 (0)