diff --git a/interface/skin.dmf b/interface/skin.dmf index a99c75b0751c4..761f14d95f0fc 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -41,12 +41,24 @@ menu "menu" category = "&Size" can-check = true group = "size" + elem "icon112" + name = "&112x112 (3.5x)" + command = ".winset \"mapwindow.map.icon-size=112\"" + category = "&Size" + can-check = true + group = "size" elem "icon96" name = "&96x96 (3x)" command = ".winset \"mapwindow.map.icon-size=96\"" category = "&Size" can-check = true group = "size" + elem "icon80" + name = "&80x80 (2.5x)" + command = ".winset \"mapwindow.map.icon-size=80\"" + category = "&Size" + can-check = true + group = "size" elem "icon64" name = "&64x64 (2x)" command = ".winset \"mapwindow.map.icon-size=64\""