diff -r f7f0874bfe7d -r 74c9f037fd5d data/photos.css --- /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; +}