Skip to content
Snippets Groups Projects
Commit ea744658 authored by Stephen D's avatar Stephen D
Browse files

fix bug with text getting truncated

parent 93d3fd94
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ use crate::{
use super::{textbox::TextBox as MyTextBox, Element};
const MESSAGE_BOX_WIDTH: u32 = 200;
const MESSAGE_BOX_HEIGHT: u32 = 64;
const MESSAGE_BOX_HEIGHT: u32 = 10_000; // Unlimited
pub struct Chat {
callsign: String<MAX_CONTACT_CALLSIGN_LENGTH>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment