From: mishas Date: Mon, 29 Oct 2007 15:28:36 +0000 (+0000) Subject: setting padding to 0 (instead of 2) X-Git-Url: http://git.maemo.org/git/?p=simple-launcher;a=commitdiff_plain;h=b843813af2067326837dcebbee364b1efcd56518 setting padding to 0 (instead of 2) git-svn-id: file:///svnroot/simple-launcher/trunk@241 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/simple-launcher.cc b/simple-launcher.cc index c20c886..3ebd1da 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -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();