X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=simple-launcher.cc;h=c3bfd8e920940202f04324e9638223164564a87c;hb=97dbe258cc4ac79b5d8d829a2e5549729f8a9ecb;hp=8882292b62550850a85e7aa53e6d3db2fb83a8d0;hpb=ed3a26549276f11e6b05c755424f00c6035cd700;p=simple-launcher 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) {