mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
add setting for sidebar background color
This commit is contained in:
parent
830dc45cce
commit
98a527b015
2 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,8 @@ UM.AngledCornerRectangle {
|
|||
|
||||
cornerSize: UM.Theme.sizes.default_margin.width;
|
||||
|
||||
color: UM.Theme.colors.sidebar;
|
||||
|
||||
function showTooltip(item, position, text) {
|
||||
tooltip.text = text;
|
||||
position = item.mapToItem(base, position.x, position.y / 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue