Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
adjusted some old UI components
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Xie committed Aug 12, 2015
1 parent c8c1611 commit 9883fdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions identified-modules/wpp/qt/TitleBarButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Rectangle {

color: "transparent"

height: 44*wpp.dp2px
width: height
width: 50*wpp.dp2px
height: 34*wpp.dp2px

Rectangle {
id: buttonRect
width: 50*wpp.dp2px
height: 34*wpp.dp2px
width: parent.width
height: parent.height
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
color: "#0080FF"
Expand Down

0 comments on commit 9883fdd

Please sign in to comment.