Am 18.11.2010 um 11:43 schrieb Stephan Witt: > > Am 18.11.2010 um 10:32 schrieb Enrico Forestieri: > >> On Thu, Nov 18, 2010 at 07:39:12AM +0100, Stephan Witt wrote: >>> Am 18.11.2010 um 05:32 schrieb uwesto...@lyx.org: >>> >>>> Author: uwestoehr >>>> Date: Thu Nov 18 05:32:32 2010 >>>> New Revision: 36363 >>>> URL: http://www.lyx.org/trac/changeset/36363 >>>> >>>> Log: >>>> SpellcheckerUi.ui: set button policy to maximum because the Ignore buttons >>>> were much to large, depending on the size of LyX's main window >>>> >>>> Modified: >>>> lyx-devel/trunk/src/frontends/qt4/ui/SpellcheckerUi.ui >>> >>> Sorry, but you broke it. >> >> Is it any better after r36367? > > No, it's ok with r36369. > Is it ok for other platforms too?
I tried it on linux... it seems it's back to the state at r36362. The culprit may be the vertical spacer and its interaction with the buttons. If the buttons are not stretchable they are moved into each other on Mac. If they are stretchable they are to tall on Linux (and on Windows?). I tried to make the spacer stretchable with the property sizePolicy... but it didn't work. :( I'm using Qt4.6.2 on Mac, will try 4.7 later... Stephan