fix: invalid padding for search button
This commit is contained in:
parent
fb85200e58
commit
e756291b09
2 changed files with 2 additions and 3 deletions
|
|
@ -165,7 +165,6 @@ impl cosmic::Application for SettingsApp {
|
|||
} else {
|
||||
icon::from_name("system-search-symbolic")
|
||||
.apply(button::icon)
|
||||
.padding([0, cosmic::theme::active().cosmic().space_s()])
|
||||
.on_press(Message::SearchActivate)
|
||||
.into()
|
||||
});
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ use cosmic::{
|
|||
iced,
|
||||
};
|
||||
use cosmic_comp_config::input::{
|
||||
AccelConfig, AccelProfile, ClickMethod, InputConfig, ScrollConfig, ScrollMethod,
|
||||
TapButtonMap, TapConfig,
|
||||
AccelConfig, AccelProfile, ClickMethod, InputConfig, ScrollConfig, ScrollMethod, TapButtonMap,
|
||||
TapConfig,
|
||||
};
|
||||
use cosmic_settings_page as page;
|
||||
use tracing::error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue