Skip to content

Commit

Permalink
Revert "- hide the additional parameters for now, this needs to be ad…
Browse files Browse the repository at this point in the history
…ded in later"

This reverts commit fde6c86.
  • Loading branch information
RicardoLuis0 authored and madame-rachelle committed May 4, 2024
1 parent 35f5e04 commit 75c9b58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/launcher/playgamepage.cpp
Expand Up @@ -85,7 +85,6 @@ void PlayGamePage::OnGeometryChanged()

y = GetHeight() - 10.0;

#if 0 // NYI: Additional Parameters
double editHeight = 24.0;
y -= editHeight;
ParametersEdit->SetFrameGeometry(0.0, y, GetWidth(), editHeight);
Expand All @@ -95,7 +94,6 @@ void PlayGamePage::OnGeometryChanged()
y -= labelHeight;
ParametersLabel->SetFrameGeometry(0.0, y, GetWidth(), labelHeight);
y -= 10.0;
#endif

double listViewBottom = y - 10.0;
GamesList->SetFrameGeometry(0.0, listViewTop, GetWidth(), std::max(listViewBottom - listViewTop, 0.0));
Expand Down

0 comments on commit 75c9b58

Please sign in to comment.