UnitTests: Reduce text size from 72 to 36
This commit is contained in:
parent
5a3077a3ad
commit
584cb858ef
|
|
@ -11,7 +11,7 @@ class Text
|
||||||
Text(StateContext& context);
|
Text(StateContext& context);
|
||||||
~Text();
|
~Text();
|
||||||
|
|
||||||
void SetContent(const Nz::String& string, unsigned int size = 72);
|
void SetContent(const Nz::String& string, unsigned int size = 36);
|
||||||
void SetVisible(bool shouldBeVisible = true);
|
void SetVisible(bool shouldBeVisible = true);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue