shaplov
Mon, 10 Oct 2011 08:59:01 -0700
Author: shaplov Date: 2011-10-10 17:58:45 +0200 (Mon, 10 Oct 2011) New Revision: 3228
Modified:
trunk/plugins/background/background.cpp
trunk/sim/icons.cpp
Log:
readd gnu crystal clear iconset as default iconset. (Smiles button seems to be
on it's place this time)
add 8px margin for all contacts, this looks better with new iconset
Modified: trunk/plugins/background/background.cpp
===================================================================
--- trunk/plugins/background/background.cpp 2011-10-01 11:30:01 UTC (rev
3227)
+++ trunk/plugins/background/background.cpp 2011-10-10 15:58:45 UTC (rev
3228)
@@ -37,7 +37,7 @@
I18N_NOOP("Plugin provides background pictures for user list"),
VERSION,
createBackgroundPlugin,
- PLUGIN_NOLOAD_DEFAULT
+ PLUGIN_DEFAULT
};
EXPORT_PROC PluginInfo* GetPluginInfo()
@@ -57,7 +57,7 @@
{
{ "Background", DATA_STRING, 1, 0 },
{ "Position", DATA_ULONG, 1, 0 },
- { "MarginContact", DATA_ULONG, 1, 0 },
+ { "MarginContact", DATA_ULONG, 1, DATA(8) },
{ "MarginGroup", DATA_ULONG, 1, 0 },
{ NULL, DATA_UNKNOWN, 0, 0 }
};
Modified: trunk/sim/icons.cpp
===================================================================
--- trunk/sim/icons.cpp 2011-10-01 11:30:01 UTC (rev 3227)
+++ trunk/sim/icons.cpp 2011-10-10 15:58:45 UTC (rev 3228)
@@ -631,7 +631,7 @@
QMimeSourceFactory::setDefaultFactory(new MyMimeSourceFactory());
if (oldDefaultFactory)
QMimeSourceFactory::addFactory( oldDefaultFactory );
- addIconSet("icons/sim.jisp", true);
+ addIconSet("icons/CrystalClear.jisp", true);
d->defSets.append(new WrkIconSet);
addIconSet("icons/CrystalClearSmiles.jisp", false);
}
_______________________________________________
sim-im-svn mailing list
sim-im-svn@lists.sim-im.org
https://mailman.dg.net.ua/listinfo/sim-im-svn