Skip to content

Commit

Permalink
Improved UI for Desktop version
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Sep 27, 2024
1 parent b008a58 commit fde2a76
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 335 deletions.
10 changes: 5 additions & 5 deletions v2rayN/v2rayN.Desktop/Styles/GlobalStyles.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
</Design.PreviewWith>

<Style Selector="TextBlock.Margin8">
<Setter Property="Margin" Value="8" />
<Setter Property="Margin" Value="10" />
</Style>
<Style Selector="StackPanel.Margin8">
<Setter Property="Margin" Value="8" />
<Setter Property="Margin" Value="10" />
</Style>
<Style Selector="DockPanel.Margin8">
<Setter Property="Margin" Value="8" />
<Setter Property="Margin" Value="10" />
</Style>
<Style Selector="WrapPanel.Margin8">
<Setter Property="Margin" Value="8" />
<Setter Property="Margin" Value="10" />
</Style>
<Style Selector="Grid.Margin8">
<Setter Property="Margin" Value="8" />
<Setter Property="Margin" Value="10" />
</Style>
</Styles>
Loading

0 comments on commit fde2a76

Please sign in to comment.