From 7ca75f5806f5730f7046951fd511e42148685e9a Mon Sep 17 00:00:00 2001 From: warwick Date: Wed, 3 Apr 2002 08:09:47 +0000 Subject: [PATCH] Screens are getting bigger... make 64x64 the maximum scaled tile size. --- win/Qt/qt_win.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 23096a3f7..b9774366c 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -591,8 +591,8 @@ static const char * cast_c_xpm[] = { " . XX "}; NetHackQtSettings::NetHackQtSettings(int w, int h) : - tilewidth(TILEWMIN,32,1,this), - tileheight(TILEHMIN,32,1,this), + tilewidth(TILEWMIN,64,1,this), + tileheight(TILEHMIN,64,1,this), widthlbl(&tilewidth,"&Width:",this), heightlbl(&tileheight,"&Height:",this), fontsize(this), -- 2.40.0