mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
trim extra separators
This commit is contained in:
parent
c27189f1ab
commit
675f18fc31
2 changed files with 5 additions and 5 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
use gtk::{Application, ApplicationWindow};
|
use gtk::{Application, ApplicationWindow};
|
||||||
|
|
||||||
pub fn new(
|
pub fn new(
|
||||||
app : &Application,
|
app: &Application,
|
||||||
width : i32,
|
width: i32,
|
||||||
height : i32
|
height: i32
|
||||||
) -> ApplicationWindow
|
) -> ApplicationWindow
|
||||||
{
|
{
|
||||||
return ApplicationWindow::builder()
|
return ApplicationWindow::builder()
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ pub fn new() -> Notebook
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn append(
|
pub fn append(
|
||||||
tab : Notebook,
|
tab: Notebook,
|
||||||
current : bool
|
current: bool
|
||||||
) -> u32
|
) -> u32
|
||||||
{
|
{
|
||||||
let page = page::new();
|
let page = page::new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue