|
@@ -7,7 +7,7 @@ namespace ui { |
|
|
|
|
|
|
|
|
Label::Label() { |
|
|
Label::Label() { |
|
|
box.size.y = BND_WIDGET_HEIGHT; |
|
|
box.size.y = BND_WIDGET_HEIGHT; |
|
|
fontSize = 11; |
|
|
|
|
|
|
|
|
fontSize = 13; |
|
|
color = bndGetTheme()->regularTheme.textColor; |
|
|
color = bndGetTheme()->regularTheme.textColor; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|