mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
Ref T419, better icon for public version
This commit is contained in:
committed by
Mat Sutcliffe
parent
2cc53ce67c
commit
283b827a7a
@@ -43,7 +43,8 @@ namespace BlackMisc
|
|||||||
|
|
||||||
CIcon CDistribution::getRestrictionIcon() const
|
CIcon CDistribution::getRestrictionIcon() const
|
||||||
{
|
{
|
||||||
return CIcon::iconByIndex(m_restricted ? CIcons::StandardIconLockClosed16 : CIcons::StandardIconLockOpen16);
|
// StandardIconLockOpen16 is hard to distinguish from closed
|
||||||
|
return CIcon::iconByIndex(m_restricted ? CIcons::StandardIconLockClosed16 : CIcons::StandardIconGlobe16);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CDistribution::isStabilitySameOrBetter(const CDistribution &otherDistribution) const
|
bool CDistribution::isStabilitySameOrBetter(const CDistribution &otherDistribution) const
|
||||||
|
|||||||
Reference in New Issue
Block a user