mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove pointed defaults from header
This commit is contained in:
parent
b2ce53f6d8
commit
6b4efd9f73
9 changed files with 11 additions and 32 deletions
|
|
@ -10,12 +10,12 @@ Browser::Browser(
|
|||
) {
|
||||
// Init window
|
||||
set_title(
|
||||
TITLE
|
||||
_("Yoda")
|
||||
);
|
||||
|
||||
set_default_size(
|
||||
WIDTH,
|
||||
HEIGHT
|
||||
640,
|
||||
480
|
||||
);
|
||||
|
||||
// Init header widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue