mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Added author and material views
This commit is contained in:
parent
91001455ad
commit
817b724994
10 changed files with 172 additions and 43 deletions
|
@ -12,10 +12,8 @@ Item
|
|||
id: base
|
||||
anchors
|
||||
{
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
leftMargin: UM.Theme.getSize("double_margin").width
|
||||
rightMargin: UM.Theme.getSize("double_margin").width
|
||||
topMargin: UM.Theme.getSize("double_margin").height
|
||||
bottomMargin: UM.Theme.getSize("double_margin").height
|
||||
}
|
||||
ScrollView
|
||||
{
|
||||
|
@ -24,6 +22,8 @@ Item
|
|||
style: UM.Theme.styles.scrollview
|
||||
Column
|
||||
{
|
||||
anchors.right: base.right
|
||||
anchors.rightMargin: UM.Theme.getSize("double_margin").width
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
Repeater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue