CURA-5035 Fixed selection header

This commit is contained in:
Ian Paschal 2018-04-24 16:59:23 +02:00
parent f2301eec31
commit 236e2db47e
14 changed files with 29 additions and 29 deletions

View file

@ -6,19 +6,20 @@ import QtQuick.Controls 1.4
import QtQuick.Controls.Styles 1.4
import UM 1.1 as UM
Item
Rectangle
{
id: base
id: detailList
// color: "green"
ScrollView
{
frameVisible: false
anchors.fill: base
anchors.fill: detailList
style: UM.Theme.styles.scrollview
Column
{
anchors
{
right: base.right
right: detailList.right
topMargin: UM.Theme.getSize("wide_margin").height
bottomMargin: UM.Theme.getSize("wide_margin").height
top: parent.top