mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 19:21:27 +00:00
rename method
This commit is contained in:
@@ -31,7 +31,7 @@ public class EventViewController implements FxController {
|
||||
}
|
||||
|
||||
@FXML
|
||||
void emptyEventList() {
|
||||
void clearEventList() {
|
||||
eventList.clear();
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
>
|
||||
<HBox styleClass="button-bar">
|
||||
<Region HBox.hgrow="ALWAYS"/>
|
||||
<Button text="Clear" styleClass="button-right" onAction="#emptyEventList" />
|
||||
<Button text="Clear" styleClass="button-right" onAction="#clearEventList" />
|
||||
</HBox>
|
||||
<ListView fx:id="eventListView" fixedCellSize="60"/>
|
||||
</VBox>
|
||||
|
||||
Reference in New Issue
Block a user