mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -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
|
frameVisible: false
|
||||||
anchors.fill: detailList
|
anchors.fill: detailList
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
anchors
|
anchors
|
||||||
|
|
|
@ -12,6 +12,7 @@ ScrollView
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
width: parent.width - 2 * padding
|
width: parent.width - 2 * padding
|
||||||
|
|
|
@ -15,6 +15,7 @@ ScrollView
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
style: UM.Theme.styles.scrollview
|
style: UM.Theme.styles.scrollview
|
||||||
|
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
spacing: UM.Theme.getSize("default_margin").height
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue