mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Apply suggestions from code review
Applied code review comments Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
e7aecb6c06
commit
3a94fc0ced
4 changed files with 4 additions and 6 deletions
|
@ -25,11 +25,10 @@ ScrollView
|
|||
spacing: UM.Theme.getSize("default_margin").height
|
||||
|
||||
section.property: "package.sectionTitle"
|
||||
section.criteria: ViewSection.FullString
|
||||
section.delegate: Rectangle
|
||||
{
|
||||
width: packagesListview.width
|
||||
height: sectionHeaderText.implicitHeight + UM.Theme.getSize("default_margin").height
|
||||
height: sectionHeaderText.height + UM.Theme.getSize("default_margin").height
|
||||
|
||||
color: UM.Theme.getColor("detail_background")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue