mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Apply suggestions from code review
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
parent
741a112282
commit
ce5691c12d
15 changed files with 28 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2022 UltiMaker B.V.
|
||||
// Copyright (c) 2022 UltiMaker
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.10
|
||||
|
@ -17,7 +17,7 @@ Item
|
|||
property alias enableSectionSwitchVisible: enableSectionSwitch.visible
|
||||
property alias enableSectionSwitchChecked: enableSectionSwitch.checked
|
||||
property alias enableSectionSwitchEnabled: enableSectionSwitch.enabled
|
||||
property string tooltipText: "test"
|
||||
property string tooltipText: ""
|
||||
property var enableSectionClicked: { return }
|
||||
property int leftColumnWidth: Math.floor(width * 0.35)
|
||||
property bool isCompressed: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue