Skip to content

Commit

Permalink
Nightlies: Hardcode text-color of build-name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Jun 14, 2022
1 parent 04ba720 commit 75747b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/qml/MainWindow/MainWindowHeader.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Item
anchors.leftMargin: UM.Theme.getSize("default_margin").width
anchors.verticalCenter: parent.verticalCenter

color: "yellow"
text: "BUILD: " + CuraApplication.extraVersionText
}

Expand Down

1 comment on commit 75747b6

@fieldOfView
Copy link
Collaborator

@fieldOfView fieldOfView commented on 75747b6 Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


(comment to the unthemed, hardcoded yellow)

Please sign in to comment.