setting padding to 0 (instead of 2)
[simple-launcher] / simple-launcher.cc
index c20c886..3ebd1da 100644 (file)
@@ -273,7 +273,7 @@ void SimpleLauncherApplet::processDirectory(LauncherItems& items, const std::str
 }
 
 bool SimpleLauncherApplet::initWidget() {
-  myWidget = gtk_hbox_new(false, 2);
+  myWidget = gtk_hbox_new(false, 0);
 
   if (myWidget != NULL) {
     updateWidget();