diff --git a/interface/skin.dmf b/interface/skin.dmf index faee20d442..d6b0d47423 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -880,6 +880,31 @@ menu "menu" category = "&Icons" can-check = true saved-params = "is-checked" + elem + name = "&Scaling" + command = "" + saved-params = "is-checked" + elem "nearest-neighbor" + name = "&Nearest Neighbor" + command = ".winset \"mapwindow.map.zoom-mode=distort\"" + category = "&Scaling" + can-check = true + group = "scale" + saved-params = "is-checked" + elem "point-sample" + name = "&Point Sampling" + command = ".winset \"mapwindow.map.zoom-mode=normal\"" + category = "&Scaling" + can-check = true + group = "scale" + saved-params = "is-checked" + elem "blur" + name = "&Blur" + command = ".winset \"mapwindow.map.zoom-mode=blur\"" + category = "&Scaling" + can-check = true + group = "scale" + saved-params = "is-checked" elem name = "&Help" command = ""