diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-27 15:47:46 +0100 | 
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-27 15:47:46 +0100 | 
| commit | 1df08e2e2d45e1a0e5514c0f4c23613045f99475 (patch) | |
| tree | 709982e54d88b90ce6f3c3a5c4aa94abd4d3196b | |
| parent | ccbcb3a9739bb8c21e8f7343cda24fe9f1b0738c (diff) | |
| download | topmenu-gtk-1df08e2e2d45e1a0e5514c0f4c23613045f99475.tar.gz topmenu-gtk-1df08e2e2d45e1a0e5514c0f4c23613045f99475.zip  | |
minor formatting fix
| -rw-r--r-- | libtopmenu-client/topmenu-appmenubar.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libtopmenu-client/topmenu-appmenubar.c b/libtopmenu-client/topmenu-appmenubar.c index f660d40..ae4a467 100644 --- a/libtopmenu-client/topmenu-appmenubar.c +++ b/libtopmenu-client/topmenu-appmenubar.c @@ -86,7 +86,7 @@ static void topmenu_app_menu_bar_init(TopMenuAppMenuBar *self)  	GtkStyleContext *style_context = gtk_widget_get_style_context(GTK_WIDGET(self));  	static const char *css =  	        "TopMenuAppMenuBar {\n" -	        "   box-shadow: none;\n" +	        "	box-shadow: none;\n"  	        "	padding: 0;\n"  	        "	background-color: @os_chrome_bg_color;\n"  			"	background-image: none;\n"  | 
