diff --git a/interface/skin.dmf b/interface/skin.dmf index d7d2ba0d858..20bd6d4a496 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -127,10 +127,10 @@ window "mapwindow" style = ".center { text-align: center; } .maptext { font-family: 'Grand9K Pixel'; font-size: 6pt; -dm-text-outline: 1px black; color: white; line-height: 1.0; } .command_headset { font-weight: bold; } .context { font-family: 'Pixellari'; font-size: 12pt; -dm-text-outline: 1px black; } .subcontext { font-family: 'TinyUnicode'; font-size: 12pt; line-height: 0.75; } .small { font-family: 'Spess Font'; font-size: 6pt; line-height: 1.4; } .big { font-family: 'Pixellari'; font-size: 12pt; } .reallybig { font-size: 12pt; } .extremelybig { font-size: 12pt; } .greentext { color: #00FF00; font-size: 6pt; } .redtext { color: #FF0000; font-size: 6pt; } .clown { color: #FF69BF; font-weight: bold; } .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; } .italics { font-family: 'Spess Font'; font-size: 6pt; line-height: 1.4; }" elem "status_bar" type = LABEL - pos = 0,464 - size = 280x16 - anchor1 = 0,100 - anchor2 = -1,-1 + pos = 0,470 + size = 128x10 + anchor1 = 0,99 + anchor2 = 20,100 text-color = #ffffff background-color = #222222 border = line diff --git a/tgui/packages/tgui-panel/settings/scaling.ts b/tgui/packages/tgui-panel/settings/scaling.ts index 3c6b93cdba9..bd1b5250012 100644 --- a/tgui/packages/tgui-panel/settings/scaling.ts +++ b/tgui/packages/tgui-panel/settings/scaling.ts @@ -11,6 +11,7 @@ const ELEMENTS_TO_ADJUST = [ 'inputbuttons.saybutton', 'inputbuttons.mebutton', 'inputbuttons.oocbutton', + 'mapwindow.status_bar', ]; const DEFAULT_BUTTON_FONT_SIZE = 4;