data/photos.css
changeset 23 74c9f037fd5d
child 24 99ad1390cd33
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/photos.css	Fri Mar 19 09:28:59 2010 +0200
@@ -0,0 +1,22 @@
+HbGridViewItem::icon:portrait{
+	left:0un;
+	top:0un;
+	right:0un;
+	bottom:0un;
+    fixed-width:120px;
+    fixed-height:120px;
+}
+
+HbGridViewItem::icon:landscape{
+	left:0un;
+	top:0un;
+	right:0un;
+	bottom:0un;
+    fixed-width:128px;
+    fixed-height:128px;
+}
+
+HbGridViewItem::multiselection-toucharea{
+    fixed-width: 120px;
+    fixed-height: 120px;
+}