Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
arjide committed Oct 24, 2014
1 parent 2d7df47 commit 8c18701
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qml/Login/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MyWindow{
windowGlow: false//是否开启阴影
color: "transparent"
Component.onCompleted: {
systemTray.openMessageWindow()
//systemTray.openMessageWindow()
}

Connections{
Expand Down
5 changes: 3 additions & 2 deletions qml/Utility/TrayMessageWindow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,13 @@ Window{
id: list_delegate
Item{
width: parent.width
height: 30
height: 40
property var myinfo: sender_info
MyImage{
id: avatar
x:10
width:parent.height
width:parent.height-10
anchors.verticalCenter: parent.verticalCenter
maskSource: "qrc:/images/bit.bmp"
cache: false
source: myinfo.avatar40
Expand Down

0 comments on commit 8c18701

Please sign in to comment.