mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
CURA-5035 Separate API calls!
This commit is contained in:
parent
679f87ebb3
commit
01007946b4
10 changed files with 185 additions and 186 deletions
|
@ -6,10 +6,9 @@ import QtQuick.Controls 1.4
|
|||
import QtQuick.Controls.Styles 1.4
|
||||
import UM 1.1 as UM
|
||||
|
||||
Rectangle
|
||||
Item
|
||||
{
|
||||
id: detailList
|
||||
// color: "green"
|
||||
ScrollView
|
||||
{
|
||||
frameVisible: false
|
||||
|
@ -24,6 +23,8 @@ Rectangle
|
|||
bottomMargin: UM.Theme.getSize("wide_margin").height
|
||||
top: parent.top
|
||||
}
|
||||
// TODO: Sometimes the height is not the childrenRect.height. Lord
|
||||
// knows why. Probably because QT is garbage.
|
||||
height: childrenRect.height
|
||||
spacing: UM.Theme.getSize("default_margin").height
|
||||
Repeater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue