diff options
| author | CriticalFlaw <[email protected]> | 2018-08-05 21:54:52 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-08-05 21:54:52 -0400 |
| commit | 49357ecb42ecc6f4d9b5b752bdcc46afc30cd29b (patch) | |
| tree | 4efd5074427de03531172d9c18308b34ce746963 /resource/ui/econ/ConfirmDialogAbandonSafe.res | |
| parent | a6fe2c7c310bfc763574a515a45d9c5e81f5cf68 (diff) | |
Updated Backpack Panels
These are the panels you see when changing the item name or description, applying paint, strangefier or gift wrap and transferring strange weapon kills. The change is to make them all consistent style wise because it was a mess otherwise.
Diffstat (limited to 'resource/ui/econ/ConfirmDialogAbandonSafe.res')
| -rw-r--r-- | resource/ui/econ/ConfirmDialogAbandonSafe.res | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/resource/ui/econ/ConfirmDialogAbandonSafe.res b/resource/ui/econ/ConfirmDialogAbandonSafe.res index bb56c03..83d4ce5 100644 --- a/resource/ui/econ/ConfirmDialogAbandonSafe.res +++ b/resource/ui/econ/ConfirmDialogAbandonSafe.res @@ -2,7 +2,7 @@ { "ConfirmDialog" { - "ControlName" "Frame" + "ControlName" "Frame" "fieldName" "ConfirmDialog" "xpos" "c-150" "ypos" "140" @@ -12,16 +12,17 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "tabPosition" "0" + "tabPosition" "0" "settitlebarvisible" "0" "paintborder" "2" "paintbackground" "1" "border" "CyanBorderThick" "bgcolor_override" "25 25 25 255" } + "TitleLabel" { - "ControlName" "CExLabel" + "ControlName" "CExLabel" "fieldName" "TitleLabel" "font" "Cerbetica32" "labelText" "#ConfirmTitle" @@ -37,6 +38,7 @@ "enabled" "1" "fgcolor_override" "Base Color" } + "ExplanationLabel" { "ControlName" "CExLabel" @@ -56,6 +58,7 @@ "centerwrap" "1" "fgcolor_override" "TanLight" } + "CancelButton" { "ControlName" "CExButton" @@ -89,6 +92,7 @@ "border_default" "ButtonHover" "border_armed" "ButtonHover" } + "ConfirmButton" { "ControlName" "CExButton" |
