diff options
| author | Igor <[email protected]> | 2021-07-04 21:31:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-04 21:31:22 -0400 |
| commit | 09c61d25921c37ca1db41c464634bf16cbfb7494 (patch) | |
| tree | 128a27b0c7a910da42129e69aba8b1f4737280f0 /resource/ui/econ/genericwaitingdialog.res | |
| parent | e9e324532cec11efafb57200c135fe3eb8397e22 (diff) | |
| parent | 9fe1700457db24b0c7c1a7220b612a53a5482687 (diff) | |
Merge pull request #173 from raysfire/dev
v2021.0705
Diffstat (limited to 'resource/ui/econ/genericwaitingdialog.res')
| -rw-r--r-- | resource/ui/econ/genericwaitingdialog.res | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/resource/ui/econ/genericwaitingdialog.res b/resource/ui/econ/genericwaitingdialog.res index 1734eb7..f740d64 100644 --- a/resource/ui/econ/genericwaitingdialog.res +++ b/resource/ui/econ/genericwaitingdialog.res @@ -12,14 +12,14 @@ "bgcolor_override" "DarkGrey" "paintbackgroundtype" "1" "settitlebarvisible" "0" - "border" "CyanBorder" + "border" "CyanBorderThick" } "TitleLabel" { "ControlName" "Label" "fieldName" "TitleLabel" - "font" "HudFontMediumSmall" + "font" "HudFontMedium" "xpos" "0" "ypos" "8" "zpos" "0" @@ -33,15 +33,13 @@ "centerwrap" "1" "labelText" "%updatetext%" "textAlignment" "center" - "fgcolor_override" "White" - "bgcolor_override" "Transparent" } "EllipsesLabel" { "ControlName" "Label" "fieldName" "EllipsesLabel" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "0" "ypos" "42" "zpos" "0" @@ -53,7 +51,7 @@ "enabled" "1" "labelText" "%ellipses%" "textAlignment" "north" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "bgcolor_override" "Transparent" } @@ -61,7 +59,7 @@ { "ControlName" "Label" "fieldName" "DurationLabel" - "font" "HudFontSmallest" + "font" "HudFontSmall" "xpos" "0" "ypos" "52" "zpos" "0" @@ -73,7 +71,7 @@ "enabled" "1" "labelText" "%duration%" "textAlignment" "north" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "bgcolor_override" "Transparent" } @@ -92,7 +90,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmallest" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" |
