mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
define default size
This commit is contained in:
parent
fbfb8039b0
commit
65bc5ef6f4
2 changed files with 5 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ Browser::Browser(
|
|||
);
|
||||
|
||||
set_default_size(
|
||||
640,
|
||||
480
|
||||
WIDTH,
|
||||
HEIGHT
|
||||
);
|
||||
|
||||
// Init header widget
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ namespace app
|
|||
app::browser::Header * header;
|
||||
app::browser::Main * main;
|
||||
|
||||
const int WIDTH = 640;
|
||||
const int HEIGHT = 480;
|
||||
|
||||
public:
|
||||
|
||||
Browser(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue