mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Minor format change in ui/textbox.h
This commit is contained in:
parent
f3c171ddbe
commit
3066e1b301
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
class TextBox : public Widget
|
class TextBox : public Widget {
|
||||||
{
|
|
||||||
public:
|
public:
|
||||||
TextBox(const std::string& text, int align);
|
TextBox(const std::string& text, int align);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user