summaryrefslogtreecommitdiff
path: root/include/mbgl/style/style_properties.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-28 16:48:01 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-28 16:48:01 -0700
commit6855590548b867c4c9d3b7a1579ca74b49ea72b4 (patch)
tree689d1919ab08941e1a7343e14621bce1648faccf /include/mbgl/style/style_properties.hpp
parentc13cc4aa3818502a9ca505ea218dead57cbbbb5f (diff)
downloadqtlocation-mapboxgl-6855590548b867c4c9d3b7a1579ca74b49ea72b4.tar.gz
Fix default text-size
Diffstat (limited to 'include/mbgl/style/style_properties.hpp')
-rw-r--r--include/mbgl/style/style_properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/style_properties.hpp b/include/mbgl/style/style_properties.hpp
index 891406ff8b..20200a0dd7 100644
--- a/include/mbgl/style/style_properties.hpp
+++ b/include/mbgl/style/style_properties.hpp
@@ -61,7 +61,7 @@ struct SymbolProperties {
struct {
float opacity = 1.0f;
- float size = 12.0f;
+ float size = 16.0f;
Color color = {{ 0, 0, 0, 1 }};
Color halo_color = {{ 0, 0, 0, 0 }};
float halo_width = 0.0f;