forked from Public/monero-gui
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