statusbar: Fix the menu button styling (#281)
This was broken in 7ce2a750db (diff-d114482c8758b92b9c56c95d18efe926)
This commit is contained in:
parent
42da8bc289
commit
05b68fb5f5
|
@ -87,8 +87,7 @@ xed_status_menu_button_class_init (XedStatusMenuButtonClass *klass)
|
|||
{
|
||||
static const gchar style[] =
|
||||
"* {\n"
|
||||
"padding: 1px 8px 2px 4px;\n"
|
||||
"border: 0;\n"
|
||||
"padding: 2px;\n"
|
||||
"outline-width: 0;\n"
|
||||
"}";
|
||||
|
||||
|
|
Loading…
Reference in New Issue