Merge pull request #7381 from Verkister/patch-43

Adds a preference dropdown for window scaling
This commit is contained in:
Atermonera
2020-08-01 20:58:34 -07:00
committed by VirgoBot
parent f03b38636d
commit 2e8c085927

View File

@@ -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 = ""