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>