mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
Revert "- hide the additional parameters for now, this needs to be added in later"
This reverts commit fde6c863d1
.
This commit is contained in:
parent
35f5e0498e
commit
75c9b584ee
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue