mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -06:00
Merge branch '3.4'
This commit is contained in:
commit
c0e97b9529
3 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ Item
|
|||
frameVisible: false
|
||||
anchors.fill: detailList
|
||||
style: UM.Theme.styles.scrollview
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||
Column
|
||||
{
|
||||
anchors
|
||||
|
|
|
@ -12,6 +12,7 @@ ScrollView
|
|||
width: parent.width
|
||||
height: parent.height
|
||||
style: UM.Theme.styles.scrollview
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||
Column
|
||||
{
|
||||
width: parent.width - 2 * padding
|
||||
|
|
|
@ -15,6 +15,7 @@ ScrollView
|
|||
width: parent.width
|
||||
height: parent.height
|
||||
style: UM.Theme.styles.scrollview
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||
Column
|
||||
{
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue