From a5c25cf9feaf40f26ca530b285c202795606d920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20W?= Date: Mon, 12 May 2025 23:15:13 +0200 Subject: [PATCH] enhance: add border around tag name, makes tooltip work as for branches (cherry picked from commit 6a5e6d12d70f52e5777cc4edc4022fed870151d4) --- src/Views/TagsView.axaml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/Views/TagsView.axaml b/src/Views/TagsView.axaml index 2a575cb3..53b325d3 100644 --- a/src/Views/TagsView.axaml +++ b/src/Views/TagsView.axaml @@ -42,10 +42,11 @@ Node="{Binding .}" IsExpanded="{Binding IsExpanded, Mode=OneWay}"/> - + + + @@ -76,11 +77,12 @@ Width="12" Height="12" Data="{StaticResource Icons.Tag}"/> - + + +