Move TabRow below so it renders over the top lining of content rectangles.

Update Tab styles to match designs

CURA-8979
This commit is contained in:
j.delarago 2022-03-15 16:19:33 +01:00
parent b33a5d7b84
commit 9dbc497fcb

View file

@ -66,21 +66,6 @@ Item
}
}
UM.TabRow
{
id: pageSelectorTabRow
UM.TabRowButton
{
text: catalog.i18nc("@title", "Information")
property string activeView: "information" //To determine which page gets displayed.
}
UM.TabRowButton
{
text: catalog.i18nc("@label", "Print settings")
property string activeView: "settings"
}
}
Rectangle
{
color: UM.Theme.getColor("main_background")
@ -94,7 +79,7 @@ Item
bottom: parent.bottom
}
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("thick_lining")
border.color: UM.Theme.getColor("border_main")
ScrollView
{
@ -607,6 +592,21 @@ Item
}
}
UM.TabRow
{
id: pageSelectorTabRow
UM.TabRowButton
{
text: catalog.i18nc("@title", "Information")
property string activeView: "information" //To determine which page gets displayed.
}
UM.TabRowButton
{
text: catalog.i18nc("@label", "Print settings")
property string activeView: "settings"
}
}
function updateCostPerMeter()
{
base.spoolLength = calculateSpoolLength(diameterSpinBox.value, densitySpinBox.value, spoolWeightSpinBox.value);