Skip to content

Commit f90b9e2

Browse files
committed
#178: set icon color. change button text for sync
1 parent 4332f61 commit f90b9e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/de/doubleslash/keeptime/view/ReportController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ private void initialize() {
139139
private void initHeimatIntegration() {
140140
heimatSyncButton.setVisible(model.getHeimatSettings().isHeimatActive());
141141
final SVGPath svgNodeWithScale = SvgNodeProvider.getSvgNodeWithScale(RESOURCE.SVG_ROTATE_ICON, 0.03, 0.03);
142+
svgNodeWithScale.setStyle("-fx-fill: #00759e");
142143
heimatSyncButton.setMaxSize(25,25);
143144
heimatSyncButton.setMinSize(25, 25);
144145
heimatSyncButton.setGraphic(svgNodeWithScale);

src/main/resources/layouts/externalProjectSync.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</HBox>
6060
<HBox alignment="TOP_RIGHT" spacing="5.0">
6161
<children>
62-
<Button fx:id="saveButton" mnemonicParsing="false" styleClass="primary-button" text="Save" />
62+
<Button fx:id="saveButton" mnemonicParsing="false" styleClass="primary-button" text="Sync" />
6363
<Button fx:id="cancelButton" mnemonicParsing="false" styleClass="secondary-button" text="Cancel" />
6464
</children>
6565
</HBox>

0 commit comments

Comments
 (0)