Skip to content

Commit de7716c

Browse files
committed
ux: unify list configuration style
Signed-off-by: leo <longshuang@msn.cn>
1 parent c4929dd commit de7716c

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/Views/Preferences.axaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -757,13 +757,9 @@
757757
<Path Width="14" Height="14" Data="{StaticResource Icons.Plus}"/>
758758
</Button>
759759

760-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
761-
762760
<Button Classes="icon_button" Click="OnRemoveSelectedOpenAIService">
763761
<Path Width="14" Height="14" Data="{StaticResource Icons.Minus}"/>
764762
</Button>
765-
766-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
767763
</StackPanel>
768764
</Grid>
769765
</Border>

src/Views/RepositoryConfigure.axaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,9 @@
242242
<Path Width="14" Height="14" Data="{StaticResource Icons.Plus}"/>
243243
</Button>
244244

245-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
246-
247245
<Button Classes="icon_button" Command="{Binding RemoveSelectedCommitTemplate}">
248246
<Path Width="14" Height="14" Data="{StaticResource Icons.Minus}"/>
249247
</Button>
250-
251-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
252248
</StackPanel>
253249
</Grid>
254250
</Border>
@@ -347,13 +343,10 @@
347343
<Path Width="14" Height="14" Data="{StaticResource Icons.Plus}"/>
348344
</Button>
349345

350-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
351-
352346
<Button Classes="icon_button" Click="OnRemoveIssueTracker">
353347
<Path Width="14" Height="14" Data="{StaticResource Icons.Minus}"/>
354348
</Button>
355349

356-
<Rectangle Width="1" Fill="{DynamicResource Brush.Border2}" HorizontalAlignment="Left" VerticalAlignment="Stretch"/>
357350
</StackPanel>
358351
</Grid>
359352
</Border>

0 commit comments

Comments
 (0)