diff options
| author | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-03-26 20:10:27 -0400 |
| commit | 68ab27b7672e1d617da812dfedfddd0296f1cf9c (patch) | |
| tree | 46a36ef48cda559877e2579b810ae540614f82ee /resource/ui/TFAdvancedOptionsDialog.res | |
| parent | aab49e453a3f79cc16dba4d50e826879a1278b5d (diff) | |
20180326 - Console Button and Item Popup Fix
- Added a console button to the main menu, by popular request (gear icon
to the right of the rayshud title)
- Fixed an issue where hovering over an item in inventory with a
rotating 3D model would break all other item info panels when viewing
them in backpack or slot select screen
Diffstat (limited to 'resource/ui/TFAdvancedOptionsDialog.res')
| -rw-r--r-- | resource/ui/TFAdvancedOptionsDialog.res | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource/ui/TFAdvancedOptionsDialog.res b/resource/ui/TFAdvancedOptionsDialog.res index 5904b7f..3bcc9eb 100644 --- a/resource/ui/TFAdvancedOptionsDialog.res +++ b/resource/ui/TFAdvancedOptionsDialog.res @@ -13,12 +13,12 @@ "visible" "1"
"enabled" "1"
"tabPosition" "0"
+ "bgcolor_override" "25 25 25 255"
"paintbackgroundtype" "0"
"settitlebarvisible" "0"
"paintborder" "1"
"paintbackground" "1"
"border" "NoBorder"
- "bgcolor_override" "25 25 25 255"
"control_w" "500"
"control_h" "25"
|
