Skip to content

Commit

Permalink
- buttonize feerate label
Browse files Browse the repository at this point in the history
  • Loading branch information
molnard committed Dec 20, 2018
1 parent cc2b88e commit 3acadd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WalletWasabi.Gui/Controls/WalletExplorer/SendTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
</DrawingPresenter>
</Grid>
</StackPanel>
<StackPanel Orientation="Horizontal" Spacing="4">
<TextBlock Text="Confirmation Expected In:" />
<TextBlock Foreground="YellowGreen" Text="{Binding ConfirmationExpectedText}" Width="80" />
<TextBlock Foreground="{DynamicResource ThemeBorderHighBrush}" Text="{Binding FeeText}" />
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Spacing="4">
<TextBlock Text="Confirmation Expected In:" VerticalAlignment="Center"/>
<TextBlock Foreground="YellowGreen" Text="{Binding ConfirmationExpectedText}" Width="80" VerticalAlignment="Center" />
<Button Content="{Binding FeeText}" Padding="0" Background="{DynamicResource EditorBackgroundBrush}" BorderBrush="{DynamicResource EditorBackgroundBrush}" VerticalAlignment="Top" />
</StackPanel>
</StackPanel>
</StackPanel>
Expand Down

0 comments on commit 3acadd4

Please sign in to comment.