refs #299,#36,#40,#37,#33 closed
This commit is contained in:
@@ -85,7 +85,7 @@ public class CaptureCtl {
|
||||
image.setImage(SOMLayout.LOGO_IMAGE);
|
||||
|
||||
// make it fit the height of the Screen
|
||||
image.setFitWidth(SOMLayout.screenHeight / 2);
|
||||
// image.setFitWidth(SOMLayout.screenHeight / 2);
|
||||
|
||||
// Calculate the offset to center it horizontally if the image is wider than the screen (or narrower)
|
||||
double aspect = image.getImage().getWidth() / image.getImage().getHeight();
|
||||
|
||||
Reference in New Issue
Block a user