mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Add more padding below final chat bubble in scroller
This commit is contained in:
@@ -98,7 +98,7 @@ public class OnlineChatScreen extends FScreen implements IOnlineChatInterface {
|
||||
}
|
||||
y += bubble.getHeight() + PADDING;
|
||||
}
|
||||
return new ScrollBounds(visibleWidth, y - PADDING);
|
||||
return new ScrollBounds(visibleWidth, y);
|
||||
}
|
||||
|
||||
private void addMessage(ChatMessage message) {
|
||||
|
||||
Reference in New Issue
Block a user