aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-01-23 22:30:15 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-01-23 22:30:15 +0200
commit72790c3bb6094a99d1258ccf1fec6f1c5581550d (patch)
tree891c0ff5753a2ef1ad39fe4b1bafc5015710091e
parent8c5bbb305ec0a8afc870626ef7e2fb2edbaf5cd8 (diff)
downloadLibGui-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.java2
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