1
0
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:
Emil Ernerfeldt
2021-10-13 11:52:34 +02:00
parent 85941033e8
commit 6f699b3391
21 changed files with 35 additions and 35 deletions

View File

@@ -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,