1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Some minor docs improvements (#7614)

This commit is contained in:
Lucas Meurer
2025-10-09 12:00:39 +02:00
committed by GitHub
parent cfca7ebd6d
commit da39198142
5 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
//! Helpers for zooming the whole GUI of an app (changing [`Context::pixels_per_point`].
//! Helpers for zooming the whole GUI of an app (changing [`Context::pixels_per_point`]).
//!
use crate::{Button, Context, Key, KeyboardShortcut, Modifiers, Ui};