refs #299,#36,#40,#37,#33 closed
This commit is contained in:
@@ -257,7 +257,7 @@ public class PictureCtl {
|
||||
image.setImage(SOMLayout.LOGO_IMAGE);
|
||||
|
||||
// make it fit the height of the Screen
|
||||
image.setFitWidth(SOMLayout.screenHeight / 2);
|
||||
// image.setFitWidth(SOMLayout.screenHeight);
|
||||
|
||||
// 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