reduce margin

This commit is contained in:
yggverse 2024-10-13 10:26:55 +03:00
parent ea0cf161db
commit 72f9293239

View File

@ -3,7 +3,7 @@ use gtk::{
};
use std::sync::Arc;
const MARGIN: i32 = 16;
const MARGIN: i32 = 8;
pub struct Widget {
gobject: TextView,