Added a few more constants to the constants file
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 27 Nov 2011 20:24:55 +0000 (21:24 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Tue, 27 Dec 2011 22:19:12 +0000 (23:19 +0100)
application/resources/harmattan/qml/uiconstants.js

index 8f9dc5c..2daf272 100644 (file)
@@ -1,6 +1,7 @@
 .pragma library
 
 const DefaultMargins = 16
+const ButtonSpacing = 6
 
 const HeaderDefaultHeightLandscape = 46
 const HeaderDefaultHeightPortrait = 72
@@ -13,7 +14,19 @@ const HeaderDefaultBottomSpacingLandscape = 16
 
 const SearchBarDefaultHeight = 80
 
+const ListItemHeightSmall = 64
+const ListItemHeightDefault = 80
+
 const HeaderFontPixelSize = 32
-const HeaderFontStyle = "Light"
+const HeaderFontBoldness = false
+
+const SpecialFontPixelSize = 24
+const SpecialFontBoldness = true
+
+const DefaultFontPixelSize = 24
+const DefaultFontBoldness = false
+
+const SubtitleFontPixelSize = 22
+const SubtitleFontBoldness = false
 
 const AccentColor = "#081"