mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge pull request #6781 from Ultimaker/CURA-6941_fix_intent_UI_dark_theme
Cura 6941 fix intent ui dark theme
This commit is contained in:
commit
5681c631a2
2 changed files with 4 additions and 1 deletions
|
|
@ -164,6 +164,7 @@ Popup
|
|||
visible: profilesList.visibleChildren.length > 1
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||
color: UM.Theme.getColor("text_inactive")
|
||||
}
|
||||
|
||||
Column
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@ Item
|
|||
|
||||
property color activeColor: UM.Theme.getColor("primary")
|
||||
property color inactiveColor: UM.Theme.getColor("slider_groove")
|
||||
property color defaultItemColor: UM.Theme.getColor("small_button_active")
|
||||
property color defaultItemColor: UM.Theme.getColor("slider_groove_fill")
|
||||
property color defaultItemFillColor: UM.Theme.getColor("main_background")
|
||||
property int checkboxSize: Math.round(UM.Theme.getSize("radio_button").height * 0.75)
|
||||
property int inactiveMarkerSize: 2 * barSize
|
||||
property int barSize: UM.Theme.getSize("slider_groove_radius").height
|
||||
|
|
@ -135,6 +136,7 @@ Item
|
|||
radius: Math.round(width / 2)
|
||||
|
||||
border.color: defaultItemColor
|
||||
color: defaultItemFillColor
|
||||
|
||||
Rectangle
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue