From a90b45f2eebb2f2fe6080ddf96a26573e499c84a Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 8 Apr 2026 17:55:50 -0500 Subject: [PATCH] Make add to library button square --- .../Views/Components/GameActionBarView.axaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" />