mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Merge branch '5.1' of github.com:Ultimaker/Cura
This commit is contained in:
commit
58651b6b97
@ -15,7 +15,7 @@ Cura.TextField
|
|||||||
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
||||||
|
|
||||||
placeholderText: catalog.i18nc("@placeholder", "Search")
|
placeholderText: catalog.i18nc("@placeholder", "Search")
|
||||||
font.italic: true
|
font: UM.Theme.getFont("default_italic")
|
||||||
|
|
||||||
UM.ColorImage
|
UM.ColorImage
|
||||||
{
|
{
|
||||||
|
@ -46,7 +46,7 @@ Item
|
|||||||
topPadding: height / 4
|
topPadding: height / 4
|
||||||
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
leftPadding: searchIcon.width + UM.Theme.getSize("default_margin").width * 2
|
||||||
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
|
placeholderText: catalog.i18nc("@label:textbox", "Search settings")
|
||||||
font.italic: true
|
font: UM.Theme.getFont("default_italic")
|
||||||
|
|
||||||
property var expandedCategories
|
property var expandedCategories
|
||||||
property bool lastFindingSettings: false
|
property bool lastFindingSettings: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user