mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
set scrollable
This commit is contained in:
parent
9039c7b2c9
commit
f05a9c765e
@ -2,5 +2,5 @@ use gtk::Notebook;
|
|||||||
|
|
||||||
pub fn new() -> Notebook
|
pub fn new() -> Notebook
|
||||||
{
|
{
|
||||||
return Notebook::builder().build();
|
return Notebook::builder().scrollable(true).build();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user