mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Replace every ... with … like some sort of crazy person
Also fix some small typos Closes https://github.com/emilk/egui/pull/736
This commit is contained in:
@@ -14,7 +14,7 @@ pub struct Shadow {
|
||||
}
|
||||
|
||||
impl Shadow {
|
||||
/// Tooltips, menus, ...
|
||||
/// Tooltips, menus, …
|
||||
pub fn small_dark() -> Self {
|
||||
Self {
|
||||
extrusion: 16.0,
|
||||
@@ -22,7 +22,7 @@ impl Shadow {
|
||||
}
|
||||
}
|
||||
|
||||
/// Tooltips, menus, ...
|
||||
/// Tooltips, menus, …
|
||||
pub fn small_light() -> Self {
|
||||
Self {
|
||||
extrusion: 16.0,
|
||||
|
||||
Reference in New Issue
Block a user