mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
set scrollable
This commit is contained in:
parent
9039c7b2c9
commit
f05a9c765e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ use gtk::Notebook;
|
|||
|
||||
pub fn new() -> Notebook
|
||||
{
|
||||
return Notebook::builder().build();
|
||||
return Notebook::builder().scrollable(true).build();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue