I have never seen this problem on Linux or Windows. I think others use
Mac so hopefully they gave you some advice.
Cheers
Oscar
-----Original Message-----
From: mes...@li...
[mailto:mes...@li...] On Behalf Of Davide
Spano
Sent: Sonntag, 7. September 2008 23:01
To: mes...@li...
Subject: [Meshlab-devel] No button in filter UIs
Hi all,
I'm beginning to write a set of geometric filters (edge smooting, border
simplification etc.), and I noticed that the four buttons (default,
help, close and apply) are not visible in the auto generated filter UIs.
I'm working on Mac OS X 10.5.4, with Qt 4.4 and gcc 4.0.1, and I fixed
the problem in my sandbox simply setting the minimum button size in
stdpardialog.cpp, line 199
helpButton->setMinimumSize(100, 25);
closeButton->setMinimumSize(100,25);
applyButton->setMinimumSize(100,25);
defaultButton->setMinimumSize(100, 25);
Can I commit such changes to this core file, or I'm the only one having
this problem?
Greetings
-- Davide
------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Meshlab-devel mailing list
Mes...@li...
https://lists.sourceforge.net/lists/listinfo/meshlab-devel
|