Skip to content

Commit

Permalink
Change initial gui window height
Browse files Browse the repository at this point in the history
  • Loading branch information
fbermel committed Dec 1, 2016
1 parent 354dbcf commit 72cc552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/includes/gui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 72cc552

Please # to comment.