From ccddb9156aaddfc15c286e008851a8c1e9c3773b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 11 Jun 2022 14:00:15 -0400 Subject: [PATCH] cut-and-paste error follow-up --- win/Qt/qt_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/Qt/qt_menu.cpp b/win/Qt/qt_menu.cpp index d7619c461..ad2160d2b 100644 --- a/win/Qt/qt_menu.cpp +++ b/win/Qt/qt_menu.cpp @@ -172,7 +172,7 @@ NetHackQtMenuWindow::NetHackQtMenuWindow(QWidget *parent) : table->setColumnCount(5); #if __cplusplus >= 202002L table->setFrameStyle(static_cast(QFrame::Panel) - | static_cast(QFrame::Raised)); + | static_cast(QFrame::Sunken)); #else table->setFrameStyle(QFrame::Panel|QFrame::Sunken); #endif -- 2.50.1