diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 12:58:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 12:58:56 -0400 |
| commit | 091764741adb5bc5d598541c3a369dc0e8f69a84 (patch) | |
| tree | 377b33d4e40f23d9503c1d95250917730adc1294 /resource/scheme/clientscheme_borders.res | |
| parent | 95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff) | |
Updated the client and source schemes
Diffstat (limited to 'resource/scheme/clientscheme_borders.res')
| -rw-r--r-- | resource/scheme/clientscheme_borders.res | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resource/scheme/clientscheme_borders.res b/resource/scheme/clientscheme_borders.res index c1508f5..10d8015 100644 --- a/resource/scheme/clientscheme_borders.res +++ b/resource/scheme/clientscheme_borders.res @@ -2364,8 +2364,8 @@ Scheme "image" "featured_corner" "src_corner_height" "32" // pixels inside the image "src_corner_width" "32" - "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "4" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" } StoreHighlightedBackgroundBorder { @@ -2649,8 +2649,8 @@ Scheme "image" "replay/panel_scalable_transparent" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } RedWithThinBorder @@ -2660,8 +2660,8 @@ Scheme "image" "../hud/panel_scalable_red" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } BlueWithThinBorder @@ -2671,8 +2671,8 @@ Scheme "image" "../hud/panel_scalable_blue" "src_corner_height" "23" // pixels inside the image "src_corner_width" "23" - "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional - "draw_corner_height" "0" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" } InnerShadowBorder |
