From 1d07183bf84b2603ca4bc47e190a5c2730e00eb3 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 14 Nov 2020 23:10:54 -0500 Subject: [PATCH] feat(desktop): right click to send tell --- XIVChat Desktop/FriendList.xaml | 40 ++++++++++++++++++------------ XIVChat Desktop/FriendList.xaml.cs | 32 ++++++++++++++++++++++++ XIVChat Desktop/MainWindow.xaml | 16 ++++++------ XIVChat Desktop/MainWindow.xaml.cs | 8 +++--- 4 files changed, 69 insertions(+), 27 deletions(-) diff --git a/XIVChat Desktop/FriendList.xaml b/XIVChat Desktop/FriendList.xaml index 70286ff..0866a2c 100644 --- a/XIVChat Desktop/FriendList.xaml +++ b/XIVChat Desktop/FriendList.xaml @@ -12,6 +12,7 @@ WindowStartupLocation="CenterOwner" Height="400" Width="700" + x:Name="Main" Closed="FriendList_OnClosed" d:DataContext="{d:DesignInstance local:FriendList}"> @@ -31,9 +32,32 @@ IsReadOnly="True" CanUserReorderColumns="True" Visibility="{Binding Waiting, Converter={StaticResource InverseBoolToVisibilityConverter}}"> + + + + + + + + + + + + + @@ -55,22 +79,6 @@ Binding="{Binding FreeCompany}" /> - - - - - - - - - - - - - - - -