Add tooltip for fix icon.

This commit is contained in:
Armin Schrenk
2021-07-20 12:02:50 +02:00
parent 3df688236d
commit ffe4201921
3 changed files with 21 additions and 7 deletions
@@ -24,8 +24,8 @@
</StackPane>
<Label text="${controller.description}"/>
<Region HBox.hgrow="ALWAYS"/>
<StackPane HBox.hgrow="NEVER" >
<Button fx:id="fixButton" text="%health.check.fixBtn" visible="${controller.fixable}" onAction="#fix" alignment="CENTER" minWidth="-Infinity"/>
<StackPane HBox.hgrow="NEVER">
<Button fx:id="fixButton" text="%health.fix.fixBtn" visible="${controller.fixable}" onAction="#fix" alignment="CENTER" minWidth="-Infinity"/>
<FontAwesome5IconView fx:id="fixView" glyph="${controller.fixGlyph}" glyphSize="16" visible="${controller.fixRunningOrDone}" managed="${controller.fixRunningOrDone}"/>
</StackPane>
</children>
+4 -1
View File
@@ -175,7 +175,10 @@ health.check.detail.checkFinishedAndFound=The check finished with results needed
health.check.detail.checkFailed=The check exited due to an error.
health.check.detail.checkCancelled=The check was cancelled.
health.check.exportBtn=Export Report
health.check.fixBtn=Fix
## Fix Application
health.fix.fixBtn=Fix
health.fix.successTip=Fix successful
health.fix.failTip=Fix failed, see log for details
# Preferences
preferences.title=Preferences