mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Change the TopHeader name to MainWindowHeader, since there is nothing
more on the top than the header. Contributes to CURA-5784.
This commit is contained in:
parent
6f12197cea
commit
15b35da612
9 changed files with 43 additions and 45 deletions
|
@ -18,8 +18,8 @@ Row
|
|||
text: catalog.i18nc("@button", "Manage account")
|
||||
color: UM.Theme.getColor("secondary")
|
||||
hoverColor: UM.Theme.getColor("secondary")
|
||||
textColor: UM.Theme.getColor("text_link")
|
||||
textHoverColor: UM.Theme.getColor("text")
|
||||
textColor: UM.Theme.getColor("main_window_header_button_text_active")
|
||||
textHoverColor: UM.Theme.getColor("main_window_header_button_text_active")
|
||||
onClicked: Qt.openUrlExternally("https://account.ultimaker.com")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue