Added a few more constants to the constants file
[quandoparte] / 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"