mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
tiny improvements
This commit is contained in:
parent
016cc4e48f
commit
5499a4cc4c
3 changed files with 8 additions and 6 deletions
|
|
@ -13,11 +13,12 @@ import "."
|
|||
Item
|
||||
{
|
||||
id: base
|
||||
height: enabled ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height: 0
|
||||
height: enabled ? UM.Theme.getSize("section").height : 0
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
// To avoid overlapping with the scrollBars
|
||||
anchors.rightMargin: 2 * UM.Theme.getSize("thin_margin").width
|
||||
//anchors.rightMargin: UM.Theme.getSize("thin_margin").width
|
||||
|
||||
property alias contents: controlContainer.children
|
||||
property alias hovered: mouse.containsMouse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue