Skip to content

Commit

Permalink
Update video, change close button style
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Feb 29, 2024
1 parent a5b9a03 commit 52fe386
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@

@Slf4j
public class BisqEasyVideoView extends View<StackPane, BisqEasyVideoModel, BisqEasyVideoController> implements FillStageView {
public static final double VIDEO_WIDTH = 1292;
public static final double VIDEO_HEIGHT = 875;
public static final double VIDEO_WIDTH = 1762; //1762 1177
public static final double VIDEO_HEIGHT = 1177; // 1292 875
public static final double PADDING = 50;
public static final double SLIDER_WIDTH = 59.5;

Expand All @@ -90,7 +90,7 @@ public BisqEasyVideoView(BisqEasyVideoModel model, BisqEasyVideoController contr
mediaView = new MediaView();

closeButton = new Button(Res.get("action.close"));
closeButton.getStyleClass().add("grey-transparent-outlined-button");
closeButton.getStyleClass().add("outlined-button");

positionProgressBar = new ProgressBar(0);
positionProgressBar.getStyleClass().add("video-progress-bar");
Expand Down
Binary file modified apps/desktop/desktop/src/main/resources/bisq-easy-intro.mp4
Binary file not shown.

0 comments on commit 52fe386

Please sign in to comment.