Skip to content

Commit

Permalink
- hide additional parameters entry for now
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 21, 2024
1 parent 2473190 commit 7092780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/launcher/playgamepage.cpp
Expand Up @@ -85,6 +85,7 @@ 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 @@ -94,6 +95,7 @@ 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 7092780

Please sign in to comment.