increased spacing between icons to 2
[simple-launcher] / simple-launcher.cc
index c3bfd8e..9232b0a 100644 (file)
@@ -249,7 +249,7 @@ void SimpleLauncherApplet::processDirectory(LauncherItems& items, const std::str
 }
 
 bool SimpleLauncherApplet::initWidget() {
-  myWidget = gtk_hbox_new(false, 0);
+  myWidget = gtk_hbox_new(false, 2);
 
   if (myWidget != NULL) {
     updateWidget();