mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Restyling of the sidebar header and and profile setup
commits to: issue CURA-177
This commit is contained in:
parent
d6793bc197
commit
f866ecdd63
5 changed files with 48 additions and 57 deletions
|
@ -34,17 +34,17 @@ QtObject {
|
|||
elide: Text.ElideRight;
|
||||
anchors.left: parent.left;
|
||||
anchors.leftMargin: UM.Theme.sizes.setting_unit_margin.width
|
||||
anchors.right: downArrow.left;
|
||||
anchors.rightMargin: UM.Theme.sizes.setting_unit_margin.width
|
||||
anchors.right: separationLine.left;
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
font: UM.Theme.fonts.default
|
||||
}
|
||||
Rectangle{
|
||||
id: separationLine
|
||||
width: 1
|
||||
height: UM.Theme.sizes.setting_control.height
|
||||
color: UM.Theme.colors.setting_control_border
|
||||
anchors.right: sidebarComboBoxLabel.right
|
||||
anchors.rightMargin: UM.Theme.sizes.setting_unit_margin.width
|
||||
anchors.right: downArrow.left
|
||||
anchors.rightMargin: UM.Theme.sizes.setting_unit_margin.width + downArrow.width/2
|
||||
anchors.top: parent.top
|
||||
z: parent.z + 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue