mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Merge pull request #10695 from PsiOmegaDelta/150817-48by48
Adds 48x48 option to Icons dropdown menu
This commit is contained in:
@@ -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
@@ -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\""
|
||||
|
||||
Reference in New Issue
Block a user