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:
@@ -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`].
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user