Skip to content

Commit

Permalink
Merge pull request #31 from shundhammer/huha-hidpi
Browse files Browse the repository at this point in the history
Enable HiDPI
  • Loading branch information
shundhammer committed Sep 20, 2018
2 parents 3fcc16e + 13ccebe commit 325fd52
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-control-center.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 19 10:18:32 UTC 2018 - Stefan Hundhammer <shundhammer@suse.com>

- Enable HiDPI (bsc#1089886)
- 4.1.2

-------------------------------------------------------------------
Mon Aug 20 13:51:27 CEST 2018 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-control-center.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-control-center
Version: 4.1.1
Version: 4.1.2
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void printhelpandexit()

int main(int argc, char **argv)
{
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication app(argc, argv);
set_textdomain("control-center");

Expand Down

0 comments on commit 325fd52

Please sign in to comment.