panel: Don't let the app icon overlap the panel border

Commit 9a048af1f changed the panel border to be drawn below the
background - as a result, the app menu's icon now overlaps the
panel border. As it looks cleaner to leave the border in place,
clip the icon to the panel border.
This commit is contained in:
Florian Müllner 2011-02-24 18:26:40 +01:00
parent ef2265de4f
commit dff8d579ca

View File

@ -232,6 +232,10 @@ StTooltip StLabel {
spacing: 4px;
}
.panel-button #appMenuIcon {
app-icon-bottom-clip: 1px;
}
.panel-button:active #appMenuIcon,
.panel-button:checked #appMenuIcon,
.panel-button:focus #appMenuIcon {