mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Qt/MappingIndicator: Center trigger labels
This commit is contained in:
parent
b0b14853c4
commit
b4f1c489a3
@ -264,10 +264,10 @@ void MappingIndicator::DrawMixedTriggers()
|
||||
|
||||
p.setBrush(Qt::black);
|
||||
p.setPen(Qt::white);
|
||||
p.drawText(width() * 0.225, 16, tr("L-Analog"));
|
||||
p.drawText(width() * 0.8 + 16, 16, tr("L"));
|
||||
p.drawText(width() * 0.225, 48, tr("R-Analog"));
|
||||
p.drawText(width() * 0.8 + 16, 48, tr("R"));
|
||||
p.drawText(width() * 0.225, 20, tr("L-Analog"));
|
||||
p.drawText(width() * 0.8 + 16, 20, tr("L"));
|
||||
p.drawText(width() * 0.225, 52, tr("R-Analog"));
|
||||
p.drawText(width() * 0.8 + 16, 52, tr("R"));
|
||||
}
|
||||
|
||||
void MappingIndicator::paintEvent(QPaintEvent*)
|
||||
|
Loading…
Reference in New Issue
Block a user