mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Solve layout warnings.
This commit is contained in:
parent
df66bcb541
commit
c1cffa09fe
2 changed files with 3 additions and 7 deletions
|
@ -117,7 +117,7 @@ Window
|
|||
TabBar
|
||||
{
|
||||
id: pageSelectionTabBar
|
||||
anchors.right: parent.right
|
||||
Layout.alignment: Qt.AlignRight
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
spacing: 0
|
||||
background: Rectangle { color: "transparent" }
|
||||
|
|
|
@ -17,12 +17,8 @@ Rectangle
|
|||
property string readMoreUrl
|
||||
|
||||
Layout.preferredHeight: childrenRect.height + 2 * UM.Theme.getSize("default_margin").height
|
||||
anchors
|
||||
{
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
}
|
||||
Layout.fillWidth: true
|
||||
Layout.margins: UM.Theme.getSize("default_margin").width
|
||||
|
||||
color: UM.Theme.getColor("action_panel_secondary")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue