Merge pull request #10695 from PsiOmegaDelta/150817-48by48

Adds 48x48 option to Icons dropdown menu
This commit is contained in:
mwerezak
2015-08-17 13:22:41 -04:00
3 changed files with 14 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
author: PsiOmegaDelta
delete-after: true
changes:
- rscadd: "Adds the option to set the icon size to 48x48, found under the Icons menu, along with 32x32, 64x64, and stretch to fit."
@@ -1,3 +0,0 @@
author: PsiOmegaDelta
changes: []
delete-after: false
+10 -1
View File
@@ -996,7 +996,7 @@ menu "menu"
is-disabled = false
saved-params = "is-checked"
elem "icon64"
name = "&64x64 (2x)"
name = "&64x64"
command = ".winset \"mapwindow.map.icon-size=64\""
category = "&Icons"
is-checked = false
@@ -1004,6 +1004,15 @@ menu "menu"
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon48"
name = "&48x48"
command = ".winset \"mapwindow.map.icon-size=48\""
category = "&Icons"
is-checked = false
can-check = true
group = "size"
is-disabled = false
saved-params = "is-checked"
elem "icon32"
name = "&32x32"
command = ".winset \"mapwindow.map.icon-size=32\""