mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remobe static icon sizing which seems to play bad with HiDpi
This commit is contained in:
parent
466e6eb613
commit
7cde89ece7
@ -211,9 +211,6 @@ GuiLyXFiles::GuiLyXFiles(GuiView & lv)
|
||||
bc().setOK(buttonBox->button(QDialogButtonBox::Open));
|
||||
bc().setCancel(buttonBox->button(QDialogButtonBox::Cancel));
|
||||
|
||||
//filesLW->setViewMode(QListView::ListMode);
|
||||
filesLW->setIconSize(QSize(22, 22));
|
||||
|
||||
QIcon user_icon(guiApp ? guiApp->getScaledPixmap("images/", "lyxfiles-user")
|
||||
: getPixmap("images/", "lyxfiles-user", "svgz,png"));
|
||||
QIcon system_icon(guiApp ? guiApp->getScaledPixmap("images/", "lyxfiles-system")
|
||||
|
Loading…
Reference in New Issue
Block a user