diff --git a/LANCommander.Launcher.Avalonia/Views/Components/GameActionBarView.axaml b/LANCommander.Launcher.Avalonia/Views/Components/GameActionBarView.axaml index 5886a7ad..570558ba 100644 --- a/LANCommander.Launcher.Avalonia/Views/Components/GameActionBarView.axaml +++ b/LANCommander.Launcher.Avalonia/Views/Components/GameActionBarView.axaml @@ -137,7 +137,9 @@ IsEnabled="{Binding !IsAddingToLibrary}" Classes="Text" IconType="Regular" - IconValue="Plus" /> + IconValue="Plus" + Padding="12" + ToolTip.Tip="Add to Library" />