Skip to content

Commit

Permalink
Adjust proxies style
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Mar 24, 2023
1 parent 18d6e93 commit 093cc73
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions clashN/clashN/Views/ProxiesView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,14 @@
Visibility="{Binding Path=isActive, Converter={StaticResource BoolToVisConverter}}" />
<Grid Margin="4">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
<RowDefinition Height="2*" />
<RowDefinition Height="1*" />
</Grid.RowDefinitions>
<TextBlock
Grid.Row="0"
Style="{StaticResource ListItemSubTitle}"
Text="{Binding name}" />
Text="{Binding name}"
TextWrapping="WrapWithOverflow" />
<DockPanel Grid.Row="1">
<TextBlock
DockPanel.Dock="Right"
Expand Down

0 comments on commit 093cc73

Please sign in to comment.