Codechange: make WindowPosition a scoped enum

This commit is contained in:
Rubidium
2026-04-25 17:15:18 +02:00
committed by rubidium42
parent a2e99c9cfa
commit 99c8a637b4
63 changed files with 283 additions and 173 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ static constexpr std::initializer_list<NWidgetPart> _nested_textfile_widgets = {
/** Window definition for the textfile window */
static WindowDesc _textfile_desc(
WDP_CENTER, "textfile", 630, 460,
WindowPosition::Center, "textfile", 630, 460,
WC_TEXTFILE, WC_NONE,
{},
_nested_textfile_widgets