mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Fix "Fetching Packages" text in the Marketplace in dark mode
CURA-7627
This commit is contained in:
parent
deec650668
commit
4a04126e91
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue