From 5e70d03dbe4caf6e2aa3b8d09b2b4ad481f75742 Mon Sep 17 00:00:00 2001
From: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
Date: Thu, 11 Feb 2021 16:27:22 -0500
Subject: [PATCH] Added disabled icon and make File default type for new Sends
if premium (#1261)
* Added disabled icon and make File default type for new Sends if premium
* forgot to expand colspan for extra icon
---
.../Controls/SendViewCell/SendViewCell.xaml | 20 +++++++++++++++----
src/App/Pages/Send/SendAddEditPage.xaml | 16 +++++++--------
.../Pages/Send/SendAddEditPageViewModel.cs | 3 ++-
3 files changed, 26 insertions(+), 13 deletions(-)
diff --git a/src/App/Controls/SendViewCell/SendViewCell.xaml b/src/App/Controls/SendViewCell/SendViewCell.xaml
index f740f87a6..135f2d729 100644
--- a/src/App/Controls/SendViewCell/SendViewCell.xaml
+++ b/src/App/Controls/SendViewCell/SendViewCell.xaml
@@ -46,6 +46,7 @@
+
@@ -59,7 +60,7 @@
LineBreakMode="TailTruncation"
Grid.Column="0"
Grid.Row="1"
- Grid.ColumnSpan="5"
+ Grid.ColumnSpan="6"
StyleClass="list-subtitle, list-subtitle-platform"
Text="{Binding Send.DisplayDate, Mode=OneWay}" />
+
-
-