Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eaproton committed Jun 28, 2021
1 parent 7a57a70 commit 37ad023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProtonVPN.App/Settings/SettingsModalView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ along with ProtonVPN. If not, see <https://www.gnu.org/licenses/>.
Visibility="{Binding IsToShowSmartReconnectNotifications, Converter={StaticResource BoolToVis}}">
<DockPanel>
<StackPanel Orientation="Horizontal">
<TextBlock Foreground="#464652" FontSize="32" VerticalAlignment="Bottom" Margin="0,0,0,0" Text="" />
<TextBlock Foreground="#464652" FontSize="32" VerticalAlignment="Bottom" Margin="0,0,0,0" Text="" />
<Label Foreground="White" FontSize="16" VerticalAlignment="Center" Margin="5,0,0,0"
Content="{translations:Loc Settings_Connection_lbl_SmartReconnectNotifications}"/>
<fa:FontAwesome Icon="InfoCircle"
Expand Down

0 comments on commit 37ad023

Please sign in to comment.