1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Fix some broken doc links

This commit is contained in:
Emil Ernerfeldt
2022-05-23 17:25:31 +02:00
parent a5076d4cc4
commit f2dcdfc22c
7 changed files with 14 additions and 14 deletions

View File

@@ -21,14 +21,14 @@ pub enum TextStyle {
/// Normal labels. Easily readable, doesn't take up too much space.
Body,
/// Same size as [`Self::Body]`, but used when monospace is important (for aligning number, code snippets, etc).
/// Same size as [`Self::Body`], but used when monospace is important (for aligning number, code snippets, etc).
Monospace,
/// Buttons. Maybe slightly bigger than [`Self::Body]`.
/// Buttons. Maybe slightly bigger than [`Self::Body`].
/// Signifies that he item is interactive.
Button,
/// Heading. Probably larger than [`Self::Body]`.
/// Heading. Probably larger than [`Self::Body`].
Heading,
/// A user-chosen style, found in [`Style::text_styles`].

View File

@@ -1952,7 +1952,7 @@ impl Ui {
/// ```
///
/// See also [`Self::allocate_ui_with_layout`],
/// and the helpers [`Self::horizontal]`, [`Self::vertical`], etc.
/// and the helpers [`Self::horizontal`], [`Self::vertical`], etc.
#[inline]
pub fn with_layout<R>(
&mut self,