mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06: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
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ TabButton
|
||||||
property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")
|
property color inactiveBackgroundColor : hovered ? UM.Theme.getColor("action_button_hovered") : UM.Theme.getColor("detail_background")
|
||||||
property color activeBackgroundColor : UM.Theme.getColor("main_background")
|
property color activeBackgroundColor : UM.Theme.getColor("main_background")
|
||||||
|
|
||||||
|
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -25,7 +24,7 @@ TabButton
|
||||||
contentItem: Label
|
contentItem: Label
|
||||||
{
|
{
|
||||||
text: parent.text
|
text: parent.text
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
width: contentWidth
|
width: contentWidth
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue