mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Fix "Fetching Packages" text in the Marketplace in dark mode
CURA-7627
This commit is contained in:
parent
deec650668
commit
4a04126e91
@ -4,6 +4,7 @@
|
||||
import QtQuick 2.10
|
||||
import QtQuick.Controls 1.4
|
||||
import QtQuick.Controls.Styles 1.4
|
||||
import UM 1.3 as UM
|
||||
|
||||
Rectangle
|
||||
{
|
||||
@ -14,6 +15,7 @@ Rectangle
|
||||
Label
|
||||
{
|
||||
text: catalog.i18nc("@info", "Fetching packages...")
|
||||
color: UM.Theme.getColor("text")
|
||||
anchors
|
||||
{
|
||||
centerIn: parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user