mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:18:59 +08:00
Make expandable component header fonts larger
As per the design. Contributes to issue CURA-6025.
This commit is contained in:
parent
8d8133d521
commit
60a5438db6
@ -25,7 +25,7 @@ Cura.RoundedRectangle
|
|||||||
{
|
{
|
||||||
id: headerLabel
|
id: headerLabel
|
||||||
text: ""
|
text: ""
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("medium")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
color: UM.Theme.getColor("small_button_text")
|
color: UM.Theme.getColor("small_button_text")
|
||||||
|
@ -16,7 +16,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: header
|
id: header
|
||||||
text: catalog.i18nc("@header", "Configurations")
|
text: catalog.i18nc("@header", "Configurations")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("small_button_text")
|
color: UM.Theme.getColor("small_button_text")
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
@ -23,7 +23,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: header
|
id: header
|
||||||
text: catalog.i18nc("@header", "Custom")
|
text: catalog.i18nc("@header", "Custom")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("small_button_text")
|
color: UM.Theme.getColor("small_button_text")
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
|
@ -68,7 +68,7 @@ Cura.ExpandablePopup
|
|||||||
}
|
}
|
||||||
height: parent.height
|
height: parent.height
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
renderType: Text.NativeRendering
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user