mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:49:03 +08:00
Fix size of print setup selector
CURA-9139
This commit is contained in:
parent
fc03d6dfd8
commit
965ecb744d
@ -266,10 +266,8 @@ Item
|
||||
}
|
||||
}
|
||||
}
|
||||
onReleased:
|
||||
{
|
||||
dragging = false
|
||||
}
|
||||
onReleased: dragging = false
|
||||
|
||||
|
||||
onDoubleClicked:
|
||||
{
|
||||
|
@ -12,7 +12,6 @@ Cura.ExpandableComponent
|
||||
id: printSetupSelector
|
||||
|
||||
dragPreferencesNamePrefix: "view/settings"
|
||||
|
||||
property bool preSlicedData: PrintInformation !== null && PrintInformation.preSliced
|
||||
|
||||
contentPadding: UM.Theme.getSize("default_lining").width
|
||||
|
@ -15,9 +15,8 @@ Item
|
||||
id: content
|
||||
|
||||
property int absoluteMinimumHeight: 200 * screenScaleFactor
|
||||
implicitWidth: UM.Theme.getSize("print_setup_widget").width - 2 * UM.Theme.getSize("default_margin").width
|
||||
implicitWidth: UM.Theme.getSize("print_setup_widget").width
|
||||
implicitHeight: contents.height + buttonRow.height
|
||||
|
||||
enum Mode
|
||||
{
|
||||
Recommended = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user