summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-12-10 15:28:26 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-12-10 15:28:26 +0000
commit7442ecf87a35775a4d3c421dab9634a12a5ab6ec (patch)
treeb5a4dfcc187abd7438748f76140933dfb23c6be7
parent5e7baa52b796acc6d7fa0b5882f439d2bfd49225 (diff)
allow resize on main window
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@232 f606c939-3180-4ac9-a4b8-4b8779d57d0a
-rw-r--r--gtk-recordmydesktop/src/rmdSimple.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-recordmydesktop/src/rmdSimple.py b/gtk-recordmydesktop/src/rmdSimple.py
index e885dea..948c747 100644
--- a/gtk-recordmydesktop/src/rmdSimple.py
+++ b/gtk-recordmydesktop/src/rmdSimple.py
@@ -371,7 +371,7 @@ class simpleWidget(object):
#if resolution is low let it decide size on it's own
if self.wwidth>640:
self.window.set_size_request(int(self.wwidth/self.factor*2.3),-1)
- self.window.set_resizable(False)
+ #self.window.set_resizable(False)
self.trayIcon=trayIcon(self)
self.__makeCons__()
© All Rights Reserved