mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
use adw Clamp for input
This commit is contained in:
parent
9be583044f
commit
78c2765d2a
4 changed files with 14 additions and 12 deletions
|
|
@ -4,7 +4,7 @@ mod widget;
|
|||
use content::Content;
|
||||
use widget::Widget;
|
||||
|
||||
use adw::ToolbarView;
|
||||
use adw::Clamp;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub struct Input {
|
||||
|
|
@ -32,7 +32,7 @@ impl Input {
|
|||
}
|
||||
|
||||
// Getters
|
||||
pub fn gobject(&self) -> &ToolbarView {
|
||||
pub fn gobject(&self) -> &Clamp {
|
||||
&self.widget.gobject()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue