Skip to content

Commit

Permalink
Merge pull request #1232 from Absolucy/fixup-menu-option
Browse files Browse the repository at this point in the history
Add Fix-Chat and Refresh-TGUI to the Help menu at the top
  • Loading branch information
dwasint authored Mar 2, 2024
2 parents 4fd52e3 + 04d47ae commit 45d383d
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ macro "default"


menu "menu"
elem
elem
name = "&File"
command = ""
saved-params = "is-checked"
elem
elem
name = "&Quick screenshot\tF2"
command = ".screenshot auto"
category = "&File"
saved-params = "is-checked"
elem
elem
name = "&Save screenshot as...\tShift+F2"
command = ".screenshot"
category = "&File"
saved-params = "is-checked"
elem
elem
name = ""
command = ""
category = "&File"
Expand All @@ -34,7 +34,7 @@ menu "menu"
command = ".reconnect"
category = "&File"
saved-params = "is-checked"
elem
elem
name = "&Quit\tAlt-F4"
command = ".quit"
category = "&File"
Expand All @@ -43,16 +43,27 @@ menu "menu"
name = "&Help"
command = ""
saved-params = "is-checked"
elem
elem
name = "&Admin Help\tF1"
command = "adminhelp"
category = "&Help"
saved-params = "is-checked"
elem
elem
name = "&Hotkeys"
command = "Hotkeys-Help"
category = "&Help"
saved-params = "is-checked"
elem
name = "Refresh TGUI"
command = "refresh-tgui"
category = "&Help"
saved-params = "is-checked"
elem
name = "Fix Chat"
command = "fix-chat"
category = "&Help"
saved-params = "is-checked"


window "mainwindow"
elem "mainwindow"
Expand Down Expand Up @@ -121,12 +132,13 @@ window "mapwindow"
pos = 0,464
size = 280x16
anchor1 = 0,100
is-visible = true
text = ""
align = left
background-color = #222222
anchor2 = -1,-1
text-color = #ffffff
background-color = #222222
border = line
saved-params = ""
text = ""
align = left

window "infowindow"
elem "infowindow"
Expand Down Expand Up @@ -209,11 +221,8 @@ window "outputwindow"
size = 640x480
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
saved-params = "pos;size;is-minimized;is-maximized"
is-pane = true
outer-size = 656x538
inner-size = 640x499
elem "input"
type = INPUT
pos = 2,460
Expand All @@ -229,7 +238,6 @@ window "outputwindow"
size = 40x20
anchor1 = 100,100
anchor2 = -1,-1
background-color = none
border = line
saved-params = "is-checked"
text = "OOC"
Expand All @@ -242,7 +250,6 @@ window "outputwindow"
size = 40x20
anchor1 = 100,100
anchor2 = -1,-1
background-color = none
border = line
saved-params = "is-checked"
text = "Say"
Expand All @@ -255,7 +262,6 @@ window "outputwindow"
size = 40x20
anchor1 = 100,100
anchor2 = -1,-1
background-color = none
border = line
saved-params = "is-checked"
text = "Me"
Expand Down Expand Up @@ -341,7 +347,6 @@ window "statwindow"
size = 1x1
anchor1 = -1,-1
anchor2 = -1,-1
background-color = none
is-visible = false
saved-params = ""

Expand Down

0 comments on commit 45d383d

Please sign in to comment.