Apply suggestions from code review

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
This commit is contained in:
Joey de l'Arago 2022-12-12 11:44:21 +01:00 committed by GitHub
parent e03b4e07f9
commit 1e6184448c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 26 additions and 25 deletions

View file

@ -77,7 +77,8 @@ Item
Item { height: UM.Theme.getSize("narrow_margin").height } //Spacer
Column {
Column
{
id: settingColumn
width: parent.width
spacing: UM.Theme.getSize("thin_margin").height
@ -117,7 +118,8 @@ Item
width: parent.width
}
RecommendedAdhesionSelector {
RecommendedAdhesionSelector
{
width: parent.width
}
}