From 0755a53a6cdff3c618cef416e9099cd032122e2e Mon Sep 17 00:00:00 2001 From: mishas Date: Fri, 11 May 2007 15:17:56 +0000 Subject: [PATCH] increased spacing between icons to 2 git-svn-id: file:///svnroot/simple-launcher/trunk@207 3ba93dab-e023-0410-b42a-de7732cf370a --- debian/changelog | 5 +++-- simple-launcher.cc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 126ac32..778b83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -simple-launcher (0.9.4~19) unstable; urgency=low +simple-launcher (0.9.4~20) unstable; urgency=low * NOT RELEASED YET * settings dialog is moved into a separate class @@ -28,8 +28,9 @@ simple-launcher (0.9.4~19) unstable; urgency=low * implemented a different widget for icon size selection * set active item if found in the list * added icon scaling for icons that are bigger than requested + * increased spacing between icons - -- Mikhail Sobolev Fri, 11 May 2007 17:51:43 +0300 + -- Mikhail Sobolev Fri, 11 May 2007 18:17:24 +0300 simple-launcher (0.9.3) unstable; urgency=low diff --git a/simple-launcher.cc b/simple-launcher.cc index c3bfd8e..9232b0a 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -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(); -- 1.7.9.5