Skip to content

Feature: Add chat tab font size option#647

Open
JuJuFX-dev wants to merge 1 commit into
EllesmereGaming:mainfrom
JuJuFX-dev:feature/add-chat-tab-font-size-option
Open

Feature: Add chat tab font size option#647
JuJuFX-dev wants to merge 1 commit into
EllesmereGaming:mainfrom
JuJuFX-dev:feature/add-chat-tab-font-size-option

Conversation

@JuJuFX-dev

@JuJuFX-dev JuJuFX-dev commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Chat Tab Font Size Option

Summary

Adds a new option letting users adjust the font size of the chat tab labels (e.g. "General", "Trade", ...) independently from the actual chat text size.

Changes

EllesmereUIChat.lua

  • UpdateTabStyle(): tab font size is now read from Cfg("tabFontSize") instead of being hardcoded to 11 (the DB default was already 10, but was never actually used anywhere).
  • New function ECHAT.ApplyTabFontSize(): updates the font size on all currently skinned tabs live, no reload required.

EUI_Chat_Options.lua

  • New "Tab Font Size" slider (range 8–20) in the cog popup next to the "Font" dropdown (alongside "Outline Mode").
  • RefreshAll() now also calls ApplyTabFontSize(), so the size is correctly re-applied on e.g. profile switch.

Behavior

  • Change applies instantly, no /reload needed.
  • Only affects the tab label text, not the chat message text size (which is still controlled via Blizzard's right-click "Font Size" menu).

@JuJuFX-dev JuJuFX-dev changed the title Add chat tab font size option Feature: Add chat tab font size option Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant