From: mishas Date: Tue, 17 Apr 2007 09:49:12 +0000 (+0000) Subject: changed to the default: so it's the same as the previous built in value X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=dbc9b5752d063c210d2b2ba1553a41eae42e2f19;hp=25832d7f082970621bee59b591845109aa5f8e97;p=simple-launcher changed to the default: so it's the same as the previous built in value git-svn-id: file:///svnroot/simple-launcher/trunk@196 3ba93dab-e023-0410-b42a-de7732cf370a --- diff --git a/simple-launcher.cc b/simple-launcher.cc index 8882292..c3bfd8e 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -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) {