diff options
Diffstat (limited to 'games/pp/files/patch-ac')
-rw-r--r-- | games/pp/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/pp/files/patch-ac b/games/pp/files/patch-ac new file mode 100644 index 000000000000..6940b5b2200b --- /dev/null +++ b/games/pp/files/patch-ac @@ -0,0 +1,11 @@ +--- leiste.cpp Thu Apr 3 14:44:26 1997 ++++ leiste.cpp.new Sat Jan 29 04:48:38 2000 +@@ -32,7 +32,7 @@ + + leiste::leiste(QWidget *parent=0, const char *name=0, + QString picPfad="") +- :QWidget (parent, name) ++ :QWidget (parent, name), buttonHoehe(104), buttonBreite(140) + { + sci=0; + setMouseTracking (TRUE); |