Package: qgo
Version: 1.5.4-r3-2
Tags: patch

Hello,

first of all, I want to thank you for packaging qgo.

When I try to play with someone on a go server (i.e. double-click
someone in the "Players" list), I can only see the upper part of the
"New Game" window. Its lower part remains hidden, because the window is
too small, and for some reason I can't resize it in my window manager.

Amongst other things, xprop says:

WM_NORMAL_HINTS(WM_SIZE_HINTS):
                user specified location: 513, 132
                program specified location: 513, 132
                user specified size: 283 by 457
                program specified size: 283 by 457
                program specified minimum size: 283 by 457
                program specified maximum size: 300 by 380
                window gravity: NorthWest

This is strange, because the maximum height (380) seems to be smaller
than the minimum height (457), if I interpret this right.

The attached patch resolves this problem for me. It just removes the
maximum size specification.

Kind Regards

Willi

-- 
When we say we are a pile of atoms, we do not mean we are merely
a pile of atoms, because a pile of atoms which is not repeated from
one to the other might well have the possibilities which you see
before you in the mirror.  (Richard P. Feynman)
#! /bin/sh /usr/share/dpatch/dpatch-run
## 21_newgame.dpatch by Willi Neudeck <nwi...@gmx.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: removed maximum window size of new game window

@DPATCH@

--- qgo-1.5.4-r3.orig/src/newgame_gui.ui.old
+++ qgo-1.5.4-r3/src/newgame_gui.ui
@@ -12,12 +12,6 @@
             <height>380</height>
         </rect>
     </property>
-    <property name="maximumSize">
-        <size>
-            <width>300</width>
-            <height>380</height>
-        </size>
-    </property>
     <property name="caption">
         <string>New Game</string>
     </property>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to