mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-15 12:09:33 -04:00
UI: Truncate push-to-* labels
The labels for the push-to-mute / push-to-talk hotkeys were never truncated.
This commit is contained in:
committed by
Matt Gajownik
parent
e40a6be031
commit
22dbf316df
@@ -2479,6 +2479,7 @@ void OBSBasicSettings::LoadAudioSources()
|
||||
pttCB, pttSB);
|
||||
|
||||
auto label = new OBSSourceLabel(source);
|
||||
TruncateLabel(label, label->text());
|
||||
label->setMinimumSize(QSize(170, 0));
|
||||
label->setAlignment(Qt::AlignRight | Qt::AlignTrailing |
|
||||
Qt::AlignVCenter);
|
||||
|
||||
Reference in New Issue
Block a user