mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -07:00
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:
parent
e03b4e07f9
commit
1e6184448c
11 changed files with 26 additions and 25 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue