We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554437b commit 06aebf3Copy full SHA for 06aebf3
1 file changed
src/ClipHive/Views/SidebarWindow.xaml
@@ -61,6 +61,8 @@
61
<RowDefinition Height="Auto" />
62
<!-- Item list -->
63
<RowDefinition Height="*" />
64
+ <!-- Credit -->
65
+ <RowDefinition Height="Auto" />
66
</Grid.RowDefinitions>
67
68
<!-- ── Search Bar ──────────────────────────────────────── -->
@@ -209,6 +211,15 @@
209
211
</DataTemplate>
210
212
</ListBox.ItemTemplate>
213
</ListBox>
214
+ <!-- ── Credit ──────────────────────────────────────────── -->
215
+ <TextBlock Grid.Row="3"
216
+ Text="crafted by gmv ♥"
217
+ FontFamily="Segoe UI"
218
+ FontSize="10"
219
+ FontStyle="Italic"
220
+ Foreground="#3D2A52"
221
+ HorizontalAlignment="Right"
222
+ Margin="0,2,10,6" />
223
</Grid>
224
</Border>
225
</Window>
0 commit comments