mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
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:
parent
b33a5d7b84
commit
9dbc497fcb
1 changed files with 16 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue