mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 17:57:55 -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 {
|
property Component sidebar_category: Component {
|
||||||
ButtonStyle {
|
ButtonStyle {
|
||||||
background: Rectangle {
|
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;
|
implicitHeight: UM.Theme.sizes.section.height;
|
||||||
color: {
|
color: {
|
||||||
if(control.color) {
|
if(control.color) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue