Skip to content

Commit

Permalink
Merge pull request WalletWasabi#13200 from soosr/mc-fixes
Browse files Browse the repository at this point in the history
[UI] Manual Control - minor adjustments
  • Loading branch information
RolandUI authored Jun 26, 2024
2 parents ec2ab2a + bc88a56 commit 5237962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions WalletWasabi.Fluent/Controls/Button.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Setter Property="ContentTemplate">
<Setter.Value>
<DataTemplate>
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_none}" />
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_all}" />
</DataTemplate>
</Setter.Value>
</Setter>
Expand All @@ -83,13 +83,13 @@
<Setter Property="ContentTemplate">
<Setter.Value>
<DataTemplate>
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_all}" />
<PathIcon Height="13" Foreground="{DynamicResource AcrylicTrimForeground}" Data="{StaticResource select_none}" />
</DataTemplate>
</Setter.Value>
</Setter>
</Style>
</ControlTheme>

<ControlTheme x:Key="FunctionButton" TargetType="Button" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Padding" Value="{StaticResource FunctionButtonPadding}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ private ManualControlDialogViewModel(IWalletModel walletModel, Wallet wallet)
{
CoinList = new CoinListViewModel(walletModel, walletModel.Coins, [], allowCoinjoiningCoinSelection: true, ignorePrivacyMode: true, allowSelection: true);

EnableBack = true;

var nextCommandCanExecute =
CoinList.Selection
.ToObservableChangeSet()
Expand Down

0 comments on commit 5237962

Please sign in to comment.