X-Git-Url: https://vcs.maemo.org/git/?p=simple-launcher;a=blobdiff_plain;f=simple-launcher.cc;fp=simple-launcher.cc;h=7c9d4554a3acfb2c8386a5d9349dee713c812637;hp=3218fc7dc25431249738c94b05aabb03a9e727af;hb=e2f3ac2b22395eb4adb7d9919090018d6ee1f60d;hpb=68135bbd8b85600c65b668eb64cf4f72349b364d diff --git a/simple-launcher.cc b/simple-launcher.cc index 3218fc7..7c9d455 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -149,7 +149,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", 26) { +SimpleLauncherApplet::SimpleLauncherApplet(const GConfKey& base) : myContext(NULL), myWidget(NULL), myParent(NULL), myTransparent(base, "transparent", false), myIconSize(base, "icon_size", 48) { } bool SimpleLauncherApplet::doInit(void *state_data, int *state_size) {