diff options
author | Remko Tronçon <git@el-tramo.be> | 2012-06-17 09:16:08 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2012-06-17 09:16:08 (GMT) |
commit | c103566caa1ff06c06442a8c31d72ed4af4477e8 (patch) | |
tree | 43b2ed529df178848fe84a7d00c73a0486362afb /Swift/QtUI/QtRosterHeader.cpp | |
parent | 2b020adbee0be770c52f31699db793413d051bb3 (diff) | |
download | swift-contrib-c103566caa1ff06c06442a8c31d72ed4af4477e8.zip swift-contrib-c103566caa1ff06c06442a8c31d72ed4af4477e8.tar.bz2 |
Added lock icon.
Diffstat (limited to 'Swift/QtUI/QtRosterHeader.cpp')
-rw-r--r-- | Swift/QtUI/QtRosterHeader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtRosterHeader.cpp b/Swift/QtUI/QtRosterHeader.cpp index 2bce222..b90d02f 100644 --- a/Swift/QtUI/QtRosterHeader.cpp +++ b/Swift/QtUI/QtRosterHeader.cpp @@ -56,7 +56,7 @@ QtRosterHeader::QtRosterHeader(SettingsProvider* settings, QWidget* parent) : QW securityInfoButton_->setStyleSheet("border: none; hover: {border: 1px} pressed {border: 1px}"); // TODO: replace with a more appropriate icon - securityInfoButton_->setIcon(QIcon(":/icons/certificate.png")); + securityInfoButton_->setIcon(QIcon(":/icons/lock.png")); connect(securityInfoButton_, SIGNAL(clicked()), this, SIGNAL(onShowCertificateInfo())); nameAndSecurityLayout->addWidget(securityInfoButton_); |