From: nhmall Date: Sat, 11 Jun 2022 18:00:15 +0000 (-0400) Subject: cut-and-paste error follow-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccddb9156aaddfc15c286e008851a8c1e9c3773b;p=nethack cut-and-paste error follow-up --- 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