]> granicus.if.org Git - nethack/commitdiff
cut-and-paste error follow-up
authornhmall <nhmall@nethack.org>
Sat, 11 Jun 2022 18:00:15 +0000 (14:00 -0400)
committernhmall <nhmall@nethack.org>
Sat, 11 Jun 2022 18:00:15 +0000 (14:00 -0400)
win/Qt/qt_menu.cpp

index d7619c46116f73ef8ff723271009b5fea9764026..ad2160d2b14125e777c23d2542520a85c44688c0 100644 (file)
@@ -172,7 +172,7 @@ NetHackQtMenuWindow::NetHackQtMenuWindow(QWidget *parent) :
     table->setColumnCount(5);
 #if __cplusplus >= 202002L
     table->setFrameStyle(static_cast<int>(QFrame::Panel)
-                             | static_cast<int>(QFrame::Raised));
+                             | static_cast<int>(QFrame::Sunken));
 #else
     table->setFrameStyle(QFrame::Panel|QFrame::Sunken);
 #endif