ShowWidget: Increase the description char limit
This commit is contained in:
parent
c8b1590fc2
commit
1ab52ca498
@ -97,7 +97,7 @@ impl ShowWidget {
|
|||||||
/// Set the descripton text.
|
/// Set the descripton text.
|
||||||
fn set_description(&self, text: &str) {
|
fn set_description(&self, text: &str) {
|
||||||
self.description
|
self.description
|
||||||
.set_markup(html2text::from_read(text.as_bytes(), 70).trim());
|
.set_markup(html2text::from_read(text.as_bytes(), 90).trim());
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn show_id(&self) -> Option<i32> {
|
pub(crate) fn show_id(&self) -> Option<i32> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user