mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +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);
|
||||
|
||||
symbolsLW->setViewMode(QListView::IconMode);
|
||||
symbolsLW->setUniformItemSizes(true);
|
||||
// increase the display size of the symbols a bit
|
||||
QFont font= symbolsLW->font();
|
||||
int size = font.pointSize() + 3;
|
||||
|
Loading…
Reference in New Issue
Block a user