[game-data-packager] 01/04: doom2 masterlevels: fix width of radiobutton label

Alexandre Detiste detiste-guest at moszumanska.debian.org
Thu Nov 24 08:20:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 89a9dd4283c59e7a0a05363b59319856cb26e4db
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Thu Nov 24 08:12:16 2016 +0100

    doom2 masterlevels: fix width of radiobutton label
---
 runtime/doom2-masterlevels.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/doom2-masterlevels.py b/runtime/doom2-masterlevels.py
index 0171faa..1899ea6 100755
--- a/runtime/doom2-masterlevels.py
+++ b/runtime/doom2-masterlevels.py
@@ -239,7 +239,7 @@ class Launcher:
                 radiobutton = Gtk.RadioButton(group=radiobuttonDefault, label=alternative)
                 radiobutton.connect('toggled', self.select_engine)
                 i += 1
-                radiogrid.attach(radiobutton, 0, i, i, 1)
+                radiogrid.attach(radiobutton, 0, i, 1, 1)
                 if os.path.isfile('/etc/debian_version'):
                     radiogrid.set_tooltip_text('Default can be changed with update-alternatives(8)')
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list