Skip to content

Commit 19fa154

Browse files
committed
ux: show repo's path as tooltip in case of path is too long
Signed-off-by: leo <longshuang@msn.cn>
1 parent 5d37dcc commit 19fa154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherPagesCommandPalette.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
<ListBox.ItemTemplate>
159159
<DataTemplate DataType="vm:RepositoryNode">
160-
<Grid ColumnDefinitions="Auto,*" Background="Transparent" Tapped="OnItemTapped">
160+
<Grid ColumnDefinitions="Auto,*" Background="Transparent" Tapped="OnItemTapped" ToolTip.Tip="{Binding Id, Mode=OneWay}">
161161
<Path Grid.Column="0"
162162
Width="12" Height="12"
163163
Fill="{Binding Bookmark, Converter={x:Static c:IntConverters.ToBookmarkBrush}}"

0 commit comments

Comments
 (0)