From 72cc552ab14fcd992dd5e5096459ee39f17c933c Mon Sep 17 00:00:00 2001 From: KnappeGEIL Date: Thu, 1 Dec 2016 20:01:59 +0100 Subject: [PATCH] Change initial gui window height --- lib/includes/gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/gui.rb b/lib/includes/gui.rb index 952b482..00780cb 100644 --- a/lib/includes/gui.rb +++ b/lib/includes/gui.rb @@ -5,7 +5,7 @@ def initialize(app) @prepare = Prepare.new # Initialize base class first - super(app, "Plauschangriff Downloader", :opts => DECOR_ALL, :width => 460, :height => 165) + super(app, "Plauschangriff Downloader", :opts => DECOR_ALL, :width => 460, :height => 170) # Create GUI