diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 22:30:15 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-01-23 22:30:15 +0200 |
commit | 72790c3bb6094a99d1258ccf1fec6f1c5581550d (patch) | |
tree | 891c0ff5753a2ef1ad39fe4b1bafc5015710091e | |
parent | 8c5bbb305ec0a8afc870626ef7e2fb2edbaf5cd8 (diff) | |
download | LibGui-72790c3bb6094a99d1258ccf1fec6f1c5581550d.tar.gz LibGui-72790c3bb6094a99d1258ccf1fec6f1c5581550d.tar.bz2 LibGui-72790c3bb6094a99d1258ccf1fec6f1c5581550d.zip |
Improve WTitle docs
-rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java b/src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java index a6336fe..b415970 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java @@ -13,7 +13,7 @@ import javax.annotation.Nullable; /** * A panel title widget with a 3D effect. * - * <img src="https://github.com/CottonMC/docs/images/libgui_title.png" alt="Screenshot of a title widget"> + * <p><img src="https://raw.githubusercontent.com/CottonMC/docs/master/images/libgui_title.png" alt="Screenshot of a title widget"> * * <p>Titles should be added to their panels at (0, 0) and they should be as wide as the panel. * The default title painter assumes that the containing panel uses {@link BackgroundPainter#VANILLA} or |