mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
|
--- 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);
|