mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reduce margin
This commit is contained in:
parent
ea0cf161db
commit
72f9293239
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ use gtk::{
|
|||
};
|
||||
use std::sync::Arc;
|
||||
|
||||
const MARGIN: i32 = 16;
|
||||
const MARGIN: i32 = 8;
|
||||
|
||||
pub struct Widget {
|
||||
gobject: TextView,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue