Skip to content

Commit 1b98e91

Browse files
authored
Update NintendoSwitch_CommandRow.cpp - set minimum width for "Overlays" dropdown
1 parent 09d138f commit 1b98e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SerialPrograms/Source/NintendoSwitch/Framework/UI/NintendoSwitch_CommandRow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ CommandRow::CommandRow(
6868
// row->addWidget(new QLabel("<b>Overlays:<b>", this));
6969

7070
CheckboxDropdown* overlays = new CheckboxDropdown(this, "Overlays");
71+
overlays->setMinimumWidth(80);
7172
{
7273
m_overlay_boxes = overlays->addItem("Boxes");
7374
m_overlay_boxes->setChecked(session.enabled_boxes());
@@ -330,3 +331,4 @@ void CommandRow::ready_changed(bool ready){
330331

331332

332333

334+

0 commit comments

Comments
 (0)