Skip to content

Commit

Permalink
Refs #2, Using model colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Mar 15, 2024
1 parent daec312 commit b166efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Item {
signal itemClicked(var id, var definition)

Rectangle {
color: "Red"
color: model.color
anchors.fill: parent

Text {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ DashboardSelectorForm {
selectorForm.projectGridView.model.append({"id": dashboard.id_dashboard,
"name": name,
"definition": definition,
"color": "Blue"})
"color": "Red"})

}
}
Expand Down

0 comments on commit b166efd

Please sign in to comment.