diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-03-10 23:29:32 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-03-10 23:29:32 +0200 |
commit | 13c8496799581ad88d4ef1f1dd84bcbf331edb5b (patch) | |
tree | 300c0b9c6ce6fa84f66ec8fd7b8d4a40618b6822 /indra/newview | |
parent | 40526d548953a06a432bab4cd59af7949440f7c6 (diff) |
SL-12779 [EEP] Fix for cropped buttons in 'Edit Day Cycle' floater
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml b/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml index 6869eefda2..30e9002230 100644 --- a/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml +++ b/indra/newview/skins/default/xui/en/floater_edit_ext_day_cycle.xml @@ -260,7 +260,7 @@ <text follows="left|bottom" - height="30" + height="25" layout="topleft" left_pad="0" name="current_time" @@ -273,7 +273,7 @@ follows="all" height="200" animate="false" - top_pad="5" + top_pad="0" left="0" orientation="horizontal"> <layout_panel |