From b843813af2067326837dcebbee364b1efcd56518 Mon Sep 17 00:00:00 2001 From: mishas Date: Mon, 29 Oct 2007 15:28:36 +0000 Subject: [PATCH] setting padding to 0 (instead of 2) git-svn-id: file:///svnroot/simple-launcher/trunk@241 3ba93dab-e023-0410-b42a-de7732cf370a --- simple-launcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 1.7.9.5