Skip to content

Commit

Permalink
#263 remove hardcoded default max-size meant for testing!
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@7771 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 23, 2014
1 parent 2db2a47 commit a3ae562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/win32/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def add_window_hooks(window):
win32hooks = Win32Hooks(handle)
log("add_window_hooks(%s) added hooks for hwnd %#x: %s", window, handle, win32hooks)
window.win32hooks = win32hooks
window.win32hooks.max_size = 1024,600
window.win32hooks.max_size = None
#save original geometry function:
window.__apply_geometry_hints = window.apply_geometry_hints
#our function for taking gdk window hints and passing them to the win32 hooks class:
Expand Down

0 comments on commit a3ae562

Please sign in to comment.