Skip to content

Commit

Permalink
squeeze in a few more pixels, to fit the button at the bottom of Disk…
Browse files Browse the repository at this point in the history
…Swapper
  • Loading branch information
midwan committed Dec 17, 2023
1 parent 14c02c6 commit 3a31ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelDiskSwapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ void InitPanelDiskSwapper(const config_category& category)
}
diskSwapperListEntry[row]->add(cmdDiskSwapperListDrive[row], posX, 2);
category.panel->add(diskSwapperListEntry[row], DISTANCE_BORDER, posY);
posY += diskSwapperListEntry[row]->getHeight() + 5;
posY += diskSwapperListEntry[row]->getHeight() + 3;
}

posY += DISTANCE_NEXT_Y / 2;
Expand Down

0 comments on commit 3a31ce0

Please sign in to comment.