Hi, Thomas,
Thanks,
bash> export QT_SCALE_FACTOR=1
bash> pymol
works wonderful!
ср, 28 нояб. 2018 г. в 15:35, Thomas Holder :
> Hi Evgeny,
>
> Is any of the QT_*_SCALE_FACTOR variables set in your environment? Does it
> help if you set for example QT_SCALE_FACTOR=1? In a bash terminal that
> wo
Hi Andreas,
Looks like a known pandas issue, see:
https://github.com/pandas-dev/pandas/issues/16536
According to that issue, upgrading pandas could help.
Cheers,
Thomas
> On Nov 21, 2018, at 5:01 PM, Andreas Tosstorff
> wrote:
>
> Hi all,
>
> I am trying to use pandas in a script in pym
Hi Evgeny,
Is any of the QT_*_SCALE_FACTOR variables set in your environment? Does it help
if you set for example QT_SCALE_FACTOR=1? In a bash terminal that would be:
bash> export QT_SCALE_FACTOR=1
bash> pymol
See also:
http://doc.qt.io/qt-5/highdpi.html#high-dpi-support-in-qt
Cheers,
Thomas