Skip to content

Commit

Permalink
Add Kiryx and mesutcan to the credits
Browse files Browse the repository at this point in the history
  • Loading branch information
nihathrael committed Apr 18, 2012
1 parent d8d59f9 commit 5cbf5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/gui/xml/mainmenu/credits/credits0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<Label text="mihaibivol (Mihai Bivol)" />
<Label text="Court-Jus (Ghislain Lévêque)" />
<Label text="squiddy (Reiner Gerecke)" />
<Label text="mesutcan (Mesutcan Kurt)" />
<Label text="Kiryx (Krzysztof Nowak)" />
</VBox>
</VBox> <Spacer />
</VBox>
Expand Down
2 changes: 1 addition & 1 deletion horizons/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def show_credits(self, number=0):
"""Shows the credits dialog. """
for box in self.widgets['credits'+str(number)].findChildren(name='box'):
box.margins = (30, 0) # to get some indentation
if number == 2: # #TODO fix this hardcoded translators page ref
if number in [2, 0]: # #TODO fix this hardcoded translators page ref
box.padding = 1 # further decrease if more entries
box.parent.padding = 3 # see above
label = [self.widgets['credits'+str(number)].findChild(name=section+"_lbl") \
Expand Down

0 comments on commit 5cbf5ec

Please sign in to comment.