Skip to content
Snippets Groups Projects
Commit 2ce0877f authored by Nicolay Schiøll-Johansen's avatar Nicolay Schiøll-Johansen
Browse files

bugfix

parent 43453c27
No related branches found
No related tags found
2 merge requests!165Weekly merge to Master,!117Updated design on viewAlbum page
Pipeline #78885 passed
......@@ -67,7 +67,7 @@
<Font size="18.0" />
</font>
</Text>
<ImageView fx:id="mainPicture" onMouseClicked="#openPopUpPicture" pickOnBounds="true" preserveRatio="true" styleClass="viewAlbumImage" style="-fx-max-width: 840">
<ImageView fx:id="mainPicture" fitWidth="840.0" onMouseClicked="#openPopUpPicture" pickOnBounds="true" preserveRatio="true" style="-fx-max-width: 840" styleClass="viewAlbumImage">
<image>
<Image url="@../../Images/placeholder-1920x1080.png" />
</image>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment