mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
CURA-5035 Fixed selection header
This commit is contained in:
parent
f2301eec31
commit
236e2db47e
14 changed files with 29 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue