aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-26 21:21:18 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-26 21:21:18 +0200
commit53378f55364d756ec969aa20a157da0d73e3f585 (patch)
treeb1c7f7341e61a6a1214587fa66a8e0dd639752d0
parentf35a622ea653166a9600d2470ec130bd46dc377f (diff)
downloadarctica-browser-53378f55364d756ec969aa20a157da0d73e3f585.tar.gz
arctica-browser-53378f55364d756ec969aa20a157da0d73e3f585.tar.bz2
arctica-browser-53378f55364d756ec969aa20a157da0d73e3f585.zip
arctica-testbrowser: Start with lower resolution to not freak out the overlay for now.
-rwxr-xr-xbin/arctica-testbrowser2
1 files changed, 1 insertions, 1 deletions
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...