diff options
| author | maxim_productengine <mnikolenko@productengine.com> | 2019-04-24 12:25:37 +0300 | 
|---|---|---|
| committer | maxim_productengine <mnikolenko@productengine.com> | 2019-04-24 12:25:37 +0300 | 
| commit | 79dbdc99b309f0b3bf7e13a9e7bb163d7b18a2cd (patch) | |
| tree | add7fec1e278a7ac5cde6025e8f37b02d9d210db | |
| parent | 8a79174b0a7ef9eb3b6edde9fd8f9e4565b99ded (diff) | |
SL-11013 FIXED The Ban Duration ‘Temporary’ radio button and text are badly pressed when hovering them
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_ban_duration.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_ban_duration.xml b/indra/newview/skins/default/xui/en/floater_ban_duration.xml index 5562f28877..6c537cc08d 100644 --- a/indra/newview/skins/default/xui/en/floater_ban_duration.xml +++ b/indra/newview/skins/default/xui/en/floater_ban_duration.xml @@ -28,12 +28,12 @@      draw_border="false"      enabled="true"      follows="left|top" -    height="40" +    height="47"      left="20"      mouse_opaque="true"      name="ban_duration_radio"      tab_stop="true" -    width="200"> +    width="150">         <radio_item          type="string"          follows="left|top" @@ -75,7 +75,7 @@      left_delta="70"      name="hours_textbox"      top_delta="5" -    width="75"> +    width="70">          hours.     </text> | 
