mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove hdpi scaling
This commit is contained in:
parent
3d13e1416a
commit
b45f35cb51
2 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "Config.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Config.h"
|
||||
|
||||
#include <QLayout>
|
||||
#include <QNetworkReply>
|
||||
|
|
|
@ -30,7 +30,6 @@ main(int argc, char *argv[])
|
|||
QCoreApplication::setApplicationVersion("0.1.0");
|
||||
QCoreApplication::setOrganizationName("nheko");
|
||||
QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps);
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue