mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Minor format changes
This commit is contained in:
parent
e30654d08a
commit
d5e3f3d3e8
@ -12,8 +12,7 @@
|
|||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
class Viewport : public Widget
|
class Viewport : public Widget {
|
||||||
{
|
|
||||||
public:
|
public:
|
||||||
Viewport();
|
Viewport();
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
class Window : public Widget
|
class Window : public Widget {
|
||||||
{
|
|
||||||
public:
|
public:
|
||||||
enum Type { DesktopWindow, WithTitleBar, WithoutTitleBar };
|
enum Type { DesktopWindow, WithTitleBar, WithoutTitleBar };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user