groupbar: Add options for setting group bar title font weight (and indicator gap) (#9617)

This commit is contained in:
M Matthew Hydock 2025-04-24 14:48:08 -04:00 committed by GitHub
parent a9549dbca0
commit be6268a7ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 134 additions and 43 deletions

View file

@ -12,9 +12,9 @@ class CTitleTex {
CTitleTex(PHLWINDOW pWindow, const Vector2D& bufferSize, const float monitorScale);
~CTitleTex() = default;
SP<CTexture> tex;
SP<CTexture> texActive;
SP<CTexture> texInactive;
std::string szContent;
Vector2D texSize;
PHLWINDOWREF pWindowOwner;
};