mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Replaced the 16x16 view option with a 64x64 one.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2613 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -183,18 +183,18 @@ menu "menu"
|
|||||||
group = "size"
|
group = "size"
|
||||||
is-disabled = false
|
is-disabled = false
|
||||||
saved-params = "is-checked"
|
saved-params = "is-checked"
|
||||||
elem "icon32"
|
elem "icon64"
|
||||||
name = "&32x32"
|
name = "&64x64 (2x)"
|
||||||
command = ".winset \"mapwindow.map.icon-size=32\""
|
command = ".winset \"mapwindow.map.icon-size=64\""
|
||||||
category = "&Icons"
|
category = "&Icons"
|
||||||
is-checked = false
|
is-checked = false
|
||||||
can-check = true
|
can-check = true
|
||||||
group = "size"
|
group = "size"
|
||||||
is-disabled = false
|
is-disabled = false
|
||||||
saved-params = "is-checked"
|
saved-params = "is-checked"
|
||||||
elem "icon16"
|
elem "icon32"
|
||||||
name = "&16x16"
|
name = "&32x32"
|
||||||
command = ".winset \"mapwindow.map.icon-size=16\""
|
command = ".winset \"mapwindow.map.icon-size=32\""
|
||||||
category = "&Icons"
|
category = "&Icons"
|
||||||
is-checked = false
|
is-checked = false
|
||||||
can-check = true
|
can-check = true
|
||||||
@@ -636,7 +636,7 @@ window "mainwindow"
|
|||||||
elem "mainvsplit"
|
elem "mainvsplit"
|
||||||
type = CHILD
|
type = CHILD
|
||||||
pos = 3,0
|
pos = 3,0
|
||||||
size = 634x400
|
size = 634x416
|
||||||
anchor1 = 0,0
|
anchor1 = 0,0
|
||||||
anchor2 = 100,100
|
anchor2 = 100,100
|
||||||
font-family = ""
|
font-family = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user