From 1ffbc36661f162d4801cc27c06de30cae4c7c84e Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Fri, 27 Oct 2017 22:45:05 +0200 Subject: Make full screen (almost..) --- frontends/kolibrios/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends') diff --git a/frontends/kolibrios/gui.c b/frontends/kolibrios/gui.c index 159053d16..79d1ce4ee 100644 --- a/frontends/kolibrios/gui.c +++ b/frontends/kolibrios/gui.c @@ -474,11 +474,11 @@ process_cmdline(int argc, char** argv) fewidth = nsoption_int(window_width); if (fewidth <= 0) { - fewidth = 800; + fewidth = 1024; } feheight = nsoption_int(window_height); if (feheight <= 0) { - feheight = 600; + feheight = 720; } if ((nsoption_charp(homepage_url) != NULL) && (nsoption_charp(homepage_url)[0] != '\0')) { -- cgit v1.2.3