Increase default height of 'Share ratio limit' dialog in WebUI

PR #20866.
This commit is contained in:
thalieht 2024-05-29 07:30:28 +03:00 committed by sledgehammer999
parent 318a677e8f
commit c44e300507
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -266,7 +266,7 @@ const initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 424,
height: 175
height: 200
});
}
};