changed to the default: so it's the same as the previous built in value
authormishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 09:49:12 +0000 (09:49 +0000)
committermishas <mikhail.sobolev@gmail.com>
Tue, 17 Apr 2007 09:49:12 +0000 (09:49 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@196 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 8882292..c3bfd8e 100644 (file)
@@ -135,7 +135,7 @@ char *SimpleLauncherApplet::ourDirs[] = {
 };
 
 // SimpleLauncherApplet::SimpleLauncherApplet() : myMainSettings(myClient.getKey(SL_APPLET_GCONF_PATH)), myContext(NULL), myWidget(NULL), myParent(NULL) {
-SimpleLauncherApplet::SimpleLauncherApplet(const GConfKey& base) : myContext(NULL), myWidget(NULL), myParent(NULL), myTransparent(base, "transparent", true), myIconSize(base, "icon_size", 48) {
+SimpleLauncherApplet::SimpleLauncherApplet(const GConfKey& base) : myContext(NULL), myWidget(NULL), myParent(NULL), myTransparent(base, "transparent", true), myIconSize(base, "icon_size", 26) {
 }
 
 bool SimpleLauncherApplet::doInit(void *state_data, int *state_size) {