mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Fix the color of the border in the wide printer queue view
This commit is contained in:
parent
55ea583abb
commit
f7825c5a36
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ NarrowPrinterQueueList := Flickable {
|
|||
WidePrintQueueElement := Rectangle {
|
||||
property <PrinterQueueItem> queue_item;
|
||||
|
||||
border-color: DemoPalette.control_outline_color;
|
||||
border-color: DemoPalette.neutral_box;
|
||||
border-radius: 14px;
|
||||
border-width: 2px;
|
||||
background: DemoPalette.printer_queue_item_background_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue