1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

- make the station stuff adapt to high DPIs

- more work on the config dialog
This commit is contained in:
Michael Zanetti
2012-07-19 21:37:27 +02:00
parent 83f9d86e1d
commit 87966d5636
10 changed files with 155 additions and 72 deletions

View File

@@ -28,7 +28,7 @@ Rectangle {
}
StationView {
coverSize: 250
coverSize: Math.min(scene.height, scene.width) / 2
height: scene.height
width: scene.width