mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 10:32:19 +02:00
Fixed cropping of the image.
This commit is contained in:
parent
fd3e871242
commit
cc1bd5d63b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ var buttonImageUrl = "https://worklist-prod.s3.amazonaws.com/attachment/0aca88e1
|
|||
var windowDimensions = Controller.getViewportDimensions();
|
||||
|
||||
var buttonWidth = 37;
|
||||
var buttonHeight = 45;
|
||||
var buttonHeight = 46;
|
||||
var buttonPadding = 10;
|
||||
|
||||
var buttonPositionX = windowDimensions.x - buttonPadding - buttonWidth;
|
||||
|
|
Loading…
Reference in a new issue