mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Add horizontal margins to setting category headers
This commit is contained in:
parent
abd30dfde7
commit
9c7ee751d5
1 changed files with 5 additions and 0 deletions
|
@ -290,6 +290,11 @@ QtObject {
|
|||
property Component sidebar_category: Component {
|
||||
ButtonStyle {
|
||||
background: Rectangle {
|
||||
anchors.fill: parent;
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.sizes.default_margin.width
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.sizes.default_margin.width
|
||||
implicitHeight: UM.Theme.sizes.section.height;
|
||||
color: {
|
||||
if(control.color) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue