From 9bcbb42f8311d0095bc90daabc21ca67d545d8be Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Sat, 30 Apr 2022 12:03:09 -0400 Subject: [PATCH] update message view with textblock to wrap text --- Patcher/PatchClient/Assets/Styles.axaml | 55 +++++++++++---------- Patcher/PatchClient/Views/MessageView.axaml | 7 +-- 2 files changed, 34 insertions(+), 28 deletions(-) diff --git a/Patcher/PatchClient/Assets/Styles.axaml b/Patcher/PatchClient/Assets/Styles.axaml index 0fbcd7f..8abf99c 100644 --- a/Patcher/PatchClient/Assets/Styles.axaml +++ b/Patcher/PatchClient/Assets/Styles.axaml @@ -4,42 +4,47 @@ - - - + + + - + + + + + - - - + + + - - - + diff --git a/Patcher/PatchClient/Views/MessageView.axaml b/Patcher/PatchClient/Views/MessageView.axaml index 9d52fd9..fa14934 100644 --- a/Patcher/PatchClient/Views/MessageView.axaml +++ b/Patcher/PatchClient/Views/MessageView.axaml @@ -11,10 +11,11 @@