setting padding to 0 (instead of 2)
authormishas <mikhail.sobolev@gmail.com>
Mon, 29 Oct 2007 15:28:36 +0000 (15:28 +0000)
committermishas <mikhail.sobolev@gmail.com>
Mon, 29 Oct 2007 15:28:36 +0000 (15:28 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@241 3ba93dab-e023-0410-b42a-de7732cf370a

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();