mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 07:25:09 +08:00
made font bold in tabs to be more aligned in weight with the gear icon
This commit is contained in:
parent
e4cd310303
commit
0e646a97f2
@ -13,7 +13,6 @@ TabButton
|
||||
property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")
|
||||
property color activeBackgroundColor : UM.Theme.getColor("main_background")
|
||||
|
||||
|
||||
background: Rectangle
|
||||
{
|
||||
anchors.fill: parent
|
||||
@ -25,7 +24,7 @@ TabButton
|
||||
contentItem: Label
|
||||
{
|
||||
text: parent.text
|
||||
font: UM.Theme.getFont("medium")
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
width: contentWidth
|
||||
anchors.centerIn: parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user