Increase feed padding
This commit is contained in:
parent
45102d108d
commit
0ed868ff6d
2 changed files with 12 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ pub use self::{
|
|||
text::TextDrawing, tictactoe::TicTacToeDrawing, typst::TypstDrawing,
|
||||
};
|
||||
|
||||
pub const FEED: f32 = 64.0;
|
||||
pub const FEED: f32 = 96.0;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct Context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue