mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
15.10 Restyling of the message stack
specifically the progressbar, styling of the messages and colors Contributes to: issue CURA-60
This commit is contained in:
parent
0ea042a140
commit
720577ff8e
4 changed files with 23 additions and 23 deletions
|
@ -116,6 +116,11 @@ class CuraApplication(QtApplication):
|
|||
def run(self):
|
||||
self._i18n_catalog = i18nCatalog("cura");
|
||||
|
||||
i18nCatalog.setTagReplacements({
|
||||
"filename": "font color=\"black\"",
|
||||
"message": "font color=UM.Theme.colors.message_text;",
|
||||
})
|
||||
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("Splash screen message", "Setting up scene..."))
|
||||
|
||||
controller = self.getController()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue