aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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...