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:
@@ -28,7 +28,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
StationView {
|
||||
coverSize: 250
|
||||
coverSize: Math.min(scene.height, scene.width) / 2
|
||||
height: scene.height
|
||||
width: scene.width
|
||||
|
||||
|
Reference in New Issue
Block a user