fixed user popup not hidpi scaling properly

This commit is contained in:
fourtf
2017-12-18 01:17:02 +01:00
parent 01e9c723fa
commit 90db7a3995
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@ public:
void updatePermissions();
protected:
virtual void dpiMultiplyerChanged(float oldDpi, float newDpi) override;
private:
Ui::AccountPopup *_ui;