mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-19 15:37:26 -04:00
Remove scaleRatio
This commit is contained in:
@@ -45,7 +45,7 @@ Rectangle {
|
||||
|
||||
height: {
|
||||
if(!persistentSettings.customDecorations || isMobile) return 0;
|
||||
return 50 * scaleRatio;
|
||||
return 50;
|
||||
}
|
||||
|
||||
z: 1
|
||||
|
||||
Reference in New Issue
Block a user