Skip to content

Commit

Permalink
Tentative for Guake#156
Browse files Browse the repository at this point in the history
Signed-off-by: Gaetan SEMET <[email protected]>
  • Loading branch information
gsemet committed Feb 13, 2014
1 parent fb29d01 commit 3e98f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/guake
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,10 @@ class Guake(SimpleGladeApp):
self.add_tab()

self.window.show_all()

# this work arround an issue in fluxbox
self.window.move(window_rect.x, window_rect.y)

self.client.notify(KEY('/general/window_height'))

try:
Expand Down

0 comments on commit 3e98f9d

Please sign in to comment.