We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d138f commit 1b98e91Copy full SHA for 1b98e91
SerialPrograms/Source/NintendoSwitch/Framework/UI/NintendoSwitch_CommandRow.cpp
@@ -68,6 +68,7 @@ CommandRow::CommandRow(
68
// row->addWidget(new QLabel("<b>Overlays:<b>", this));
69
70
CheckboxDropdown* overlays = new CheckboxDropdown(this, "Overlays");
71
+ overlays->setMinimumWidth(80);
72
{
73
m_overlay_boxes = overlays->addItem("Boxes");
74
m_overlay_boxes->setChecked(session.enabled_boxes());
@@ -330,3 +331,4 @@ void CommandRow::ready_changed(bool ready){
330
331
332
333
334
+
0 commit comments