mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 12:41:34 +00:00
trim extra separators
This commit is contained in:
parent
c27189f1ab
commit
675f18fc31
@ -4,9 +4,9 @@
|
||||
use gtk::{Application, ApplicationWindow};
|
||||
|
||||
pub fn new(
|
||||
app : &Application,
|
||||
width : i32,
|
||||
height : i32
|
||||
app: &Application,
|
||||
width: i32,
|
||||
height: i32
|
||||
) -> ApplicationWindow
|
||||
{
|
||||
return ApplicationWindow::builder()
|
||||
|
@ -16,8 +16,8 @@ pub fn new() -> Notebook
|
||||
}
|
||||
|
||||
pub fn append(
|
||||
tab : Notebook,
|
||||
current : bool
|
||||
tab: Notebook,
|
||||
current: bool
|
||||
) -> u32
|
||||
{
|
||||
let page = page::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user