From 53378f55364d756ec969aa20a157da0d73e3f585 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 26 Jun 2017 21:21:18 +0200 Subject: arctica-testbrowser: Start with lower resolution to not freak out the overlay for now. --- bin/arctica-testbrowser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/arctica-testbrowser') diff --git a/bin/arctica-testbrowser b/bin/arctica-testbrowser index 29c37be..d996281 100755 --- a/bin/arctica-testbrowser +++ b/bin/arctica-testbrowser @@ -40,7 +40,7 @@ $vBox->pack_start($TeKiGtk3->get_widget($target_id), 1, 1, 0 ); $main_window->set_border_width(0); -$main_window->resize(1024,600); +$main_window->resize(640,480); $main_window->show_all(); # We'll wan't to start this within the AppGtk3 thingie... but for now it can stay out here... -- cgit v1.2.3