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:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-03-11 11:59:20 +0300
committerGitHub <noreply@github.com>2022-03-11 11:59:20 +0300
commitaddc5e36a7f17f317ede7d42b43d1f2c88572a87 (patch)
treeb561b353e55cc5f9804e9aa8538135cbd67a74bc /resources/qml/Settings/SettingView.qml
parent4f2e7116b7a8dbf73fbc2e8f6c44af7d4b419b63 (diff)
Apply suggestions from code review
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
Diffstat (limited to 'resources/qml/Settings/SettingView.qml')
-rw-r--r--resources/qml/Settings/SettingView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml
index 12c9eee8a7..4c1b6ff109 100644
--- a/resources/qml/Settings/SettingView.qml
+++ b/resources/qml/Settings/SettingView.qml
@@ -217,7 +217,7 @@ Item
{
id: delegate
- width: contents.width - (scrollBar.width +UM.Theme.getSize("narrow_margin").width)
+ width: contents.width - (scrollBar.width + UM.Theme.getSize("narrow_margin").width)
Behavior on height { NumberAnimation { duration: 100 } }
opacity: enabled ? 1 : 0
Behavior on opacity { NumberAnimation { duration: 100 } }