statusbar: Fix the menu button styling (#281)

This was broken in 7ce2a750db (diff-d114482c8758b92b9c56c95d18efe926)
This commit is contained in:
JosephMcc
2019-03-25 08:35:26 -07:00
committed by Clement Lefebvre
parent 42da8bc289
commit 05b68fb5f5

View File

@@ -87,8 +87,7 @@ xed_status_menu_button_class_init (XedStatusMenuButtonClass *klass)
{ {
static const gchar style[] = static const gchar style[] =
"* {\n" "* {\n"
"padding: 1px 8px 2px 4px;\n" "padding: 2px;\n"
"border: 0;\n"
"outline-width: 0;\n" "outline-width: 0;\n"
"}"; "}";