mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
PR comments
CURA-11003
This commit is contained in:
parent
1457569aeb
commit
a3911bdbfa
1 changed files with 3 additions and 3 deletions
|
@ -98,10 +98,10 @@ Item
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
id: background
|
id: background
|
||||||
color: UM.Theme.getColor("main_background")
|
color: UM.Theme.getColor("main_background")
|
||||||
radius: 2
|
radius: UM.Theme.getSize("default_radius").width
|
||||||
border.color: UM.Theme.getColor("primary_button")
|
border.color: UM.Theme.getColor("primary_button")
|
||||||
}
|
}
|
||||||
height: UM.Theme.getSize("small_button_icon").height*2
|
height: UM.Theme.getSize("small_button_icon").height * 2
|
||||||
placeholderText: catalog.i18nc("@label:textbox", "Search Printer")
|
placeholderText: catalog.i18nc("@label:textbox", "Search Printer")
|
||||||
placeholderTextColor: UM.Theme.getColor("primary_button")
|
placeholderTextColor: UM.Theme.getColor("primary_button")
|
||||||
font: UM.Theme.getFont("medium_italic")
|
font: UM.Theme.getFont("medium_italic")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue