[PR #557] [MERGED] Fixed client frame offsets/padding #4081

Closed
opened 2026-05-25 12:21:44 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/557
Author: @Pazaz
Created: 1/28/2023
Status: Merged
Merged: 1/28/2023
Merged by: @Dark98

Base: masterHead: pazaz-frame-fix


📝 Commits (1)

  • c595a29 Fixed client frame offsets/padding

📊 Changes

3 files changed (+13 additions, -36 deletions)

View changed files

📝 2006Scape Client/src/main/java/Game.java (+0 -3)
📝 2006Scape Client/src/main/java/RSApplet.java (+4 -20)
📝 2006Scape Client/src/main/java/RSFrame.java (+9 -13)

📄 Description

The frame is no longer cut off at the top and other OSes (Linux) won't have extra padding around the edge.

Looks like this now:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/557 **Author:** [@Pazaz](https://github.com/Pazaz) **Created:** 1/28/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `pazaz-frame-fix` --- ### 📝 Commits (1) - [`c595a29`](https://github.com/2006-Scape/2006Scape/commit/c595a296027ee76b9a3ff179bf0d66d04223cafc) Fixed client frame offsets/padding ### 📊 Changes **3 files changed** (+13 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/Game.java` (+0 -3) 📝 `2006Scape Client/src/main/java/RSApplet.java` (+4 -20) 📝 `2006Scape Client/src/main/java/RSFrame.java` (+9 -13) </details> ### 📄 Description The frame is no longer cut off at the top and other OSes (Linux) won't have extra padding around the edge. Looks like this now: <img width="575" alt="image" src="https://user-images.githubusercontent.com/5841704/215286725-27715130-0c85-4270-9484-8e6382558ebb.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-25 12:21:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#4081