mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Qt: Add blank lines around the macro window title block
This commit is contained in:
committed by
Tyler Bochard
parent
095d9a4b4a
commit
e50b30295c
@@ -307,6 +307,7 @@ ControllerMacroWidget::ControllerMacroWidget(ControllerBindingWidget* parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
m_ui.setupUi(this);
|
||||
|
||||
const u32 port = parent->getPortNumber();
|
||||
const auto [pad_port, pad_slot] = sioConvertPadToPortAndSlot(port);
|
||||
const bool mtap_enabled = parent->getDialog()->getBoolValue("Pad", (pad_port == 0) ? "MultitapPort1" : "MultitapPort2", false);
|
||||
@@ -319,6 +320,7 @@ ControllerMacroWidget::ControllerMacroWidget(ControllerBindingWidget* parent)
|
||||
{
|
||||
setWindowTitle(tr("Controller Port %1 Macros").arg(pad_port + 1));
|
||||
}
|
||||
|
||||
createWidgets(parent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user