mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
define default size
This commit is contained in:
parent
fbfb8039b0
commit
65bc5ef6f4
@ -14,8 +14,8 @@ Browser::Browser(
|
|||||||
);
|
);
|
||||||
|
|
||||||
set_default_size(
|
set_default_size(
|
||||||
640,
|
WIDTH,
|
||||||
480
|
HEIGHT
|
||||||
);
|
);
|
||||||
|
|
||||||
// Init header widget
|
// Init header widget
|
||||||
|
@ -22,6 +22,9 @@ namespace app
|
|||||||
app::browser::Header * header;
|
app::browser::Header * header;
|
||||||
app::browser::Main * main;
|
app::browser::Main * main;
|
||||||
|
|
||||||
|
const int WIDTH = 640;
|
||||||
|
const int HEIGHT = 480;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
Browser(
|
Browser(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user