[qt] Add missing margin to firmware label (#2757)
This just adds a missing margin to the firmware label. Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2757 Co-authored-by: MaranBr <maranbr@outlook.com> Co-committed-by: MaranBr <maranbr@outlook.com>
This commit is contained in:
@@ -1145,6 +1145,7 @@ void GMainWindow::InitializeWidgets() {
|
||||
firmware_label = new QLabel();
|
||||
firmware_label->setObjectName(QStringLiteral("FirmwareLabel"));
|
||||
firmware_label->setVisible(false);
|
||||
firmware_label->setContentsMargins(4, 0, 4, 0);
|
||||
firmware_label->setFocusPolicy(Qt::NoFocus);
|
||||
statusBar()->addPermanentWidget(firmware_label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user