diff --git a/src/main/java/org/cryptomator/ui/eventview/EventViewModule.java b/src/main/java/org/cryptomator/ui/eventview/EventViewModule.java index bee37f4b7..4d968ea5b 100644 --- a/src/main/java/org/cryptomator/ui/eventview/EventViewModule.java +++ b/src/main/java/org/cryptomator/ui/eventview/EventViewModule.java @@ -27,7 +27,8 @@ abstract class EventViewModule { @EventViewWindow static Stage provideStage(StageFactory factory, ResourceBundle resourceBundle) { Stage stage = factory.create(); - stage.setTitle("TODO EVENTVIEWER"); + stage.setHeight(498); + stage.setTitle(resourceBundle.getString("eventView.title")); stage.setResizable(true); stage.initModality(Modality.NONE); return stage; diff --git a/src/main/resources/css/light_theme.css b/src/main/resources/css/light_theme.css index f2c14f47d..d4800c4f5 100644 --- a/src/main/resources/css/light_theme.css +++ b/src/main/resources/css/light_theme.css @@ -224,8 +224,8 @@ } .event-window .button-bar .button-right { - -fx-border-color: CONTROL_BORDER_NORMAL; - -fx-border-width: 0 0 1px 1px; + -fx-border-color: transparent transparent transparent CONTROL_BORDER_NORMAL; + -fx-border-width: 0 0 0 1px; -fx-background-color: MAIN_BG; -fx-background-radius: 0px; -fx-min-height: 42px; diff --git a/src/main/resources/i18n/strings.properties b/src/main/resources/i18n/strings.properties index 75229fc60..d4b19a310 100644 --- a/src/main/resources/i18n/strings.properties +++ b/src/main/resources/i18n/strings.properties @@ -582,6 +582,7 @@ shareVault.hub.instruction.2=2. Grant access to team member in Cryptomator Hub. shareVault.hub.openHub=Open Cryptomator Hub # Event View +eventView.title=Events eventView.filter.allVaults=All event.vaultLocked.message=*********** event.vaultLocked.description=Unlock vault "%s" for details