mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 09:38:54 +00:00
Fix typo in ui.rs (waker -> weaker) (#1586)
This commit is contained in:
+1
-1
@@ -1251,7 +1251,7 @@ impl Ui {
|
||||
Label::new(text.into().strong()).ui(self)
|
||||
}
|
||||
|
||||
/// Show text that is waker (fainter color).
|
||||
/// Show text that is weaker (fainter color).
|
||||
///
|
||||
/// Shortcut for `ui.label(RichText::new(text).weak())`
|
||||
pub fn weak(&mut self, text: impl Into<RichText>) -> Response {
|
||||
|
||||
Reference in New Issue
Block a user