Skip to content

Commit

Permalink
Merge pull request WalletWasabi#12816 from wieslawsoltes/vdg/cleanup-…
Browse files Browse the repository at this point in the history
…xmlns

[UI] Remove unused xmlns usages
  • Loading branch information
RolandUI authored Apr 11, 2024
2 parents dc39cd6 + 8f462e4 commit e47ebae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions WalletWasabi.Fluent/Controls/TreeDataGrid.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:i="clr-namespace:Avalonia.Xaml.Interactivity;assembly=Avalonia.Xaml.Interactivity"
xmlns:historyItems="clr-namespace:WalletWasabi.Fluent.ViewModels.Wallets.Home.History.HistoryItems"
xmlns:walletcoins="clr-namespace:WalletWasabi.Fluent.ViewModels.Wallets.Advanced.WalletCoins"
xmlns:receive="clr-namespace:WalletWasabi.Fluent.ViewModels.Wallets.Receive"
xmlns:converters="clr-namespace:WalletWasabi.Fluent.Converters"
xmlns:treeDataGrid="clr-namespace:WalletWasabi.Fluent.TreeDataGrid">

<Design.PreviewWith>
Expand Down
3 changes: 1 addition & 2 deletions WalletWasabi.Fluent/Controls/WalletIconControl.axaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="using:WalletWasabi.Fluent">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Design.PreviewWith>
<WalletIconControl />
</Design.PreviewWith>
Expand Down
1 change: 0 additions & 1 deletion WalletWasabi.Fluent/Views/Login/LoginView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:login="using:WalletWasabi.Fluent.ViewModels.Login"
xmlns:conv="using:WalletWasabi.Fluent.Converters"
mc:Ignorable="d" d:DesignWidth="428" d:DesignHeight="371"
x:DataType="login:LoginViewModel"
x:CompileBindings="True"
Expand Down
1 change: 0 additions & 1 deletion WalletWasabi.Fluent/Views/SearchBar/SearchBar.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
mc:Ignorable="d"
xmlns:searchBar="clr-namespace:WalletWasabi.Fluent.ViewModels.SearchBar"
xmlns:helpers="clr-namespace:WalletWasabi.Fluent.Helpers"
xmlns:reactive="clr-namespace:System.Reactive;assembly=System.Reactive"
x:CompileBindings="True"
x:DataType="searchBar:SearchBarViewModel"
x:Class="WalletWasabi.Fluent.Views.SearchBar.SearchBar"
Expand Down

0 comments on commit e47ebae

Please sign in to comment.