Fix the color of the border in the wide printer queue view

This commit is contained in:
Simon Hausmann 2021-02-17 10:54:21 +01:00 committed by Olivier Goffart
parent 55ea583abb
commit f7825c5a36

View file

@ -164,7 +164,7 @@ NarrowPrinterQueueList := Flickable {
WidePrintQueueElement := Rectangle { WidePrintQueueElement := Rectangle {
property <PrinterQueueItem> queue_item; property <PrinterQueueItem> queue_item;
border-color: DemoPalette.control_outline_color; border-color: DemoPalette.neutral_box;
border-radius: 14px; border-radius: 14px;
border-width: 2px; border-width: 2px;
background: DemoPalette.printer_queue_item_background_color; background: DemoPalette.printer_queue_item_background_color;