Skip to content

Commit

Permalink
Refs #2, Fix color.
Browse files Browse the repository at this point in the history
  • Loading branch information
doumdi committed Mar 15, 2024
1 parent 7954ea0 commit daec312
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Item {

radius: 10
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
//color: "#77000000"
color: "Red"
color: "#77000000"

Text {
id: lblFilters
anchors.left: parent.left
Expand Down Expand Up @@ -93,7 +93,7 @@ Item {
} // First Rect
Rectangle {
id: siteProjectGrids
color: "white"
color: "#77000000"
Layout.fillWidth: true
Layout.fillHeight: true
radius: 10
Expand Down

0 comments on commit daec312

Please sign in to comment.