Iced master merge (again)
This commit is contained in:
parent
744cef5608
commit
2d427455ce
5 changed files with 34 additions and 12 deletions
|
|
@ -148,6 +148,7 @@ pub trait Application: Sized {
|
|||
/// while a scale factor of `0.5` will shrink them to half their size.
|
||||
///
|
||||
/// By default, it returns `1.0`.
|
||||
#[allow(unused_variables)]
|
||||
fn scale_factor(&self, window: window::Id) -> f64 {
|
||||
1.0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue