groupbar: Add options for setting group bar title font weight (and indicator gap) (#9617)
This commit is contained in:
parent
a9549dbca0
commit
be6268a7ec
7 changed files with 134 additions and 43 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue