Skip to content
Snippets Groups Projects

Updated main and explore page with css styling

Merged Nicolay Schiøll-Johansen requested to merge redesign_main into dev
6 files
+ 157
102
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -62,8 +62,8 @@ public class Explore implements Initializable {
VBox v = new VBox();
v.setPrefHeight(400);
v.setPrefWidth(400);
v.setAlignment(Pos.CENTER);
v.setStyle("-fx-background-color: #999999;");
v.setAlignment(Pos.TOP_LEFT);
//v.setStyle("-fx-background-color: #999999;");
//Image container
ImageView iV = new ImageView();
Loading