mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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
|
@ -77,8 +77,8 @@ Rectangle
|
|||
UM.RecolorImage {
|
||||
id: buildplateIcon
|
||||
anchors.left: parent.left
|
||||
width: UM.Theme.getSize("topheader_button_icon").width
|
||||
height: UM.Theme.getSize("topheader_button_icon").height
|
||||
width: UM.Theme.getSize("main_window_header_button_icon").width
|
||||
height: UM.Theme.getSize("main_window_header_button_icon").height
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
source: UM.Theme.getIcon("buildplate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue