Change: Use modalpopup spacing for goal question windows.

This commit is contained in:
Peter Nelson
2023-10-25 22:12:39 +01:00
committed by Peter Nelson
parent 616fb48e25
commit a601a1f406
2 changed files with 61 additions and 68 deletions

View File

@@ -29,7 +29,6 @@ enum GoalQuestionWidgets {
WID_GQ_BUTTON_1, ///< First button.
WID_GQ_BUTTON_2, ///< Second button.
WID_GQ_BUTTON_3, ///< Third button.
WID_GQ_BUTTON_SPACER, ///< Selection to hide extra padding if there are no buttons
};
#endif /* WIDGETS_GOAL_WIDGET_H */