We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874167d commit b80c299Copy full SHA for b80c299
1 file changed
demo/src/app.rs
@@ -29,7 +29,7 @@ impl eframe::App for DemoGallery {
29
impl DemoGallery {
30
// Width of a column in the thumbnails panel.
31
// TODO(#193): I don't know what units this corresponds to, and should be
32
- // cleaned up.
+ // cleaned up...
33
const COL_WIDTH: f32 = 128.0;
34
35
pub fn new(ctx: &egui::Context) -> Self {
0 commit comments