Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discord button size reduction #352

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,12 @@ window "infowindow"
elem "discord"
type = BUTTON
pos = 420,5
size = 210x45
size = 100x20
anchor1 = 66,0
anchor2 = 97,0
anchor2 = 81,0
background-color = #7289da
font-size = 20px
font-family = "Arial"
text-align = center
font-weight = bold
saved-params = "is-checked"
text = "discord.gg/PVE-CMSS13"
text = "Discord"
command = "discord"

window "outputwindow"
Expand Down
Loading