Skip to content

Commit

Permalink
Problème d'affichage planning sous Linux Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis committed Jan 29, 2016
1 parent cbfd8f8 commit 4180417
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion planning.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def UpdateSize(self, update_children=True):
width = max(self.width, self.GetParent().GetSize()[0])
count = len(self.lines)
if count > 0:
self.SetSize((width, count*LINE_HEIGHT))
self.SetMinSize((width, count*LINE_HEIGHT))
else:
self.SetSize(self.parent.GetSize())
self.Refresh()
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
if not os.path.exists("./gertrude.py"):
os.symlink("./gertrude.pyw", "./gertrude.py")

from gertrude import VERSION
from py2deb import Py2deb

p = Py2deb("gertrude")
Expand Down

0 comments on commit 4180417

Please sign in to comment.