mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
15.10 last minute restyling
Contributes to: issue CURA-60
This commit is contained in:
parent
04d1ae0b22
commit
4897c9392a
3 changed files with 56 additions and 16 deletions
|
@ -59,12 +59,14 @@ Rectangle {
|
|||
}
|
||||
}
|
||||
|
||||
// Rectangle{
|
||||
// id: printJobRow
|
||||
// implicitWidth: base.width;
|
||||
// implicitHeight: UM.Theme.sizes.sidebar_header.height
|
||||
// anchors.top: parent.top
|
||||
// color: UM.Theme.colors.sidebar_header_bar
|
||||
Rectangle{
|
||||
id: printJobRow
|
||||
implicitWidth: base.width;
|
||||
//implicitHeight: UM.Theme.sizes.sidebar_header.height /////////////remove this TODO
|
||||
implicitHeight: 1
|
||||
anchors.top: parent.top
|
||||
//color: UM.Theme.colors.sidebar_header_bar
|
||||
color: UM.Theme.colors.setting_control_border
|
||||
// Label{
|
||||
// id: printJobTextfieldLabel
|
||||
// text: catalog.i18nc("@label","Printjob name");
|
||||
|
@ -103,13 +105,13 @@ Rectangle {
|
|||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: specsRow
|
||||
implicitWidth: base.width
|
||||
implicitHeight: UM.Theme.sizes.sidebar_specs_bar.height
|
||||
anchors.top: parent.top
|
||||
anchors.top: printJobRow.bottom
|
||||
Item{
|
||||
id: time
|
||||
width: (parent.width / 100 * 45) - UM.Theme.sizes.default_margin.width * 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue