changed defaults: non-transparent, iconsize = 48
authormishas <mikhail.sobolev@gmail.com>
Fri, 21 Sep 2007 13:13:02 +0000 (13:13 +0000)
committermishas <mikhail.sobolev@gmail.com>
Fri, 21 Sep 2007 13:13:02 +0000 (13:13 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@238 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index 3218fc7..7c9d455 100644 (file)
@@ -149,7 +149,7 @@ char *SimpleLauncherApplet::ourDirs[] = {
 };
 
 // SimpleLauncherApplet::SimpleLauncherApplet() : myMainSettings(myClient.getKey(SL_APPLET_GCONF_PATH)), myContext(NULL), myWidget(NULL), myParent(NULL) {
 };
 
 // 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) {
 }
 
 bool SimpleLauncherApplet::doInit(void *state_data, int *state_size) {