mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 20:26:50 +00:00
do not setUniformItemSizes since the symbols have different width (bug #5707)
This commit is contained in:
parent
03abfd4c7d
commit
0dd91a1fd7
@ -275,7 +275,6 @@ GuiSymbols::GuiSymbols(GuiView & lv)
|
|||||||
setFocusProxy(symbolsLW);
|
setFocusProxy(symbolsLW);
|
||||||
|
|
||||||
symbolsLW->setViewMode(QListView::IconMode);
|
symbolsLW->setViewMode(QListView::IconMode);
|
||||||
symbolsLW->setUniformItemSizes(true);
|
|
||||||
// increase the display size of the symbols a bit
|
// increase the display size of the symbols a bit
|
||||||
QFont font= symbolsLW->font();
|
QFont font= symbolsLW->font();
|
||||||
int size = font.pointSize() + 3;
|
int size = font.pointSize() + 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user