Abdelrazak Younes wrote:
Ozgur Ugras BARAN wrote:
when iconpalette detached from the math dialog, the iconpalette widget
width may become too large to fit to the screen.
when detached resized to a too small size, icons overlap.
attached patch solves these problems.
I'll be glad if somebody reviews and commits the patch.
Before detaching a palette for the first, only the first icon is shown
and Qt tells me at the console:
QLayout: Attempting to add QLayout "" to lyx::IconPalette "", which
already has a
layout
Then, after detaching one palette, all the icons are correctly shown in
inside the math panel.
The problem was there without your patch so I applied it. I would be
glad if you could look at this problem. Maybe Edwin has an idea?
Another problem is that the detached palette
would occupy almost the full screen. There should be a way to resize
that to the minimum size needed to show the icons.
This problem is still there with your patch, please try to see if you
can shrink the vertical size of the detached palette to the minimum needed.
Abdel.