homescreenapp/stateplugins/hsapplibrarystateplugin/resource/hsapplibrarystateplugin.css
changeset 46 23b5d6a29cce
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/resource/hsapplibrarystateplugin.css	Fri May 14 15:43:04 2010 +0300
@@ -0,0 +1,10 @@
+HbToolBarExtension {
+        content-margins: var(hb-param-margin-gene-popup-list);
+        max-rows-portrait: 4;
+        max-rows-landscape: 3;
+        max-columns-portrait: 1;
+        max-columns-landscape: 1;
+        max-width:var(hb-param-screen-width);
+        max-height:var(hb-param-screen-height);
+        min-width:0un;
+}