[panel] Remove vertical padding for panel-button

This fixes the status menu requesting 27 pixels, which causes
the slicer for the icon to overdraw.

https://bugzilla.gnome.org/show_bug.cgi?id=616951
This commit is contained in:
Colin Walters
2010-04-27 10:35:32 -04:00
parent 704354be2c
commit 0513297029
2 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ StTooltip {
}
.panel-button {
padding: 4px 12px 3px;
padding: 0px 12px;
border-radius: 5px;
border-radius-bottomleft: 0px;
border-radius-bottomright: 0px;