From 72790c3bb6094a99d1258ccf1fec6f1c5581550d Mon Sep 17 00:00:00 2001
From: Juuxel <6596629+Juuxel@users.noreply.github.com>
Date: Thu, 23 Jan 2020 22:30:15 +0200
Subject: Improve WTitle docs
---
src/main/java/io/github/cottonmc/cotton/gui/widget/WTitle.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/main/java')
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.
*
- *
+ *
*
*
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 -- cgit