> I don't know for sure but I guess it should be done within LyX. For Mac, > the method I've outlined above should probably work. I see that Firefox is > able to hide all window decoration under Windows so I guess it is possible > to do it for LyX too.
thats worth studying, because firefox is able to fullscreen on both linux and win platforms. i will look on it. >> personally i'm still not completely satisfied with the result. Abdel can >> you point >> me which lines of code are responsible for the lines marked on the >> attached picture? >> i was looking in various redraw functions but either overlooked or its >> somewher else. > > Well, we don't draw those lines, Qt does. I remember some Qt blogs that > said it was possible to eliminate them though... Sorry, don't have the > link. i was browsing various site and found such snippet of a code: QFrame* frame = dynamic_cast<QFrame*>( myKPart->widget() ); frame->setFrameStyle(QFrame::NoFrame); do you have an idea where to put it for examination? pavel