improv: context menu and window preview styling
Closes #480 Closes #481
This commit is contained in:
parent
a1de560240
commit
8ba8ccd6c0
4 changed files with 409 additions and 485 deletions
|
|
@ -5,11 +5,11 @@ use cctk::sctk::reexports::{calloop::channel::SyncSender, client::backend::Objec
|
|||
use cosmic::iced::alignment::{Horizontal, Vertical};
|
||||
use cosmic::iced::event;
|
||||
use cosmic::iced::mouse::{self, ScrollDelta};
|
||||
use cosmic::iced::widget::{button, column, container, row, text};
|
||||
use cosmic::iced::widget::{button, column, row};
|
||||
use cosmic::iced::{Event::Mouse, Length, Subscription};
|
||||
use cosmic::iced_core::{Background, Border};
|
||||
use cosmic::iced_style::application;
|
||||
use cosmic::widget::{horizontal_space, vertical_space};
|
||||
use cosmic::widget::{container, horizontal_space, vertical_space};
|
||||
use cosmic::{applet::cosmic_panel_config::PanelAnchor, font::FONT_BOLD, Command};
|
||||
use cosmic::{Element, Theme};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue