increased spacing between icons to 2
authormishas <mikhail.sobolev@gmail.com>
Fri, 11 May 2007 15:17:56 +0000 (15:17 +0000)
committermishas <mikhail.sobolev@gmail.com>
Fri, 11 May 2007 15:17:56 +0000 (15:17 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@207 3ba93dab-e023-0410-b42a-de7732cf370a

debian/changelog
simple-launcher.cc

index 126ac32..778b83d 100644 (file)
@@ -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 <mss@mawhrin.net>  Fri, 11 May 2007 17:51:43 +0300
+ -- Mikhail Sobolev <mss@mawhrin.net>  Fri, 11 May 2007 18:17:24 +0300
 
 simple-launcher (0.9.3) unstable; urgency=low
 
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();