Update libcosmic
This commit is contained in:
parent
b666d847a5
commit
42cade3149
2 changed files with 515 additions and 388 deletions
899
Cargo.lock
generated
899
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,14 +1,14 @@
|
||||||
// SPDX-License-Identifier: GPL-3.0-only
|
// SPDX-License-Identifier: GPL-3.0-only
|
||||||
|
|
||||||
use cosmic::widget::menu::key_bind::KeyBind;
|
use cosmic::widget::menu::key_bind::KeyBind;
|
||||||
use cosmic::widget::menu::menu_tree::{menu_items, menu_root, MenuItem};
|
use cosmic::widget::menu::{items as menu_items, root as menu_root, Item as MenuItem};
|
||||||
use cosmic::{
|
use cosmic::{
|
||||||
iced::{widget::column, widget::horizontal_rule, Alignment, Background, Length},
|
iced::{widget::column, widget::horizontal_rule, Alignment, Background, Length},
|
||||||
iced_core::Border,
|
iced_core::Border,
|
||||||
menu_button, theme,
|
menu_button, theme,
|
||||||
widget::{
|
widget::{
|
||||||
self, horizontal_space,
|
self, horizontal_space,
|
||||||
menu::{ItemHeight, ItemWidth, MenuBar, MenuTree},
|
menu::{ItemHeight, ItemWidth, MenuBar, Tree as MenuTree},
|
||||||
segmented_button,
|
segmented_button,
|
||||||
},
|
},
|
||||||
Element,
|
Element,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue