merge stable version #2
|
@ -1,8 +1,6 @@
|
||||||
use gtk4::{self as gtk, prelude::WidgetExt};
|
|
||||||
|
|
||||||
#[allow(unused)]
|
#[allow(unused)]
|
||||||
use gtk::{
|
use gtk::{
|
||||||
prelude::{BoxExt, IsA},
|
prelude::{BoxExt, IsA, WidgetExt},
|
||||||
Box, Orientation, Stack, StackSidebar, StackSwitcher, StackTransitionType, Widget,
|
Box, Orientation, Stack, StackSidebar, StackSwitcher, StackTransitionType, Widget,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue