diff options
| author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-03-31 18:19:16 +0300 | 
|---|---|---|
| committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-03-31 18:19:16 +0300 | 
| commit | 7263906f495407cdb49c80b2ad17f845fa2f1c81 (patch) | |
| tree | b0af760dda75c3edc934b5dd67c617efdbd26a67 | |
| parent | eff5d1fbff9ed00762264f364c860a9f1c75902e (diff) | |
Fixed normal bug EXT-6541(snapshot preview opens before login curtain lifts) - changed the order of main view panels so the progress_view overlaps the snapshot_floater_view.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/144/
--HG--
branch : product-engine
| -rw-r--r-- | indra/newview/skins/default/xui/en/main_view.xml | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/indra/newview/skins/default/xui/en/main_view.xml b/indra/newview/skins/default/xui/en/main_view.xml index e8f9d65be5..b2e4a7ad95 100644 --- a/indra/newview/skins/default/xui/en/main_view.xml +++ b/indra/newview/skins/default/xui/en/main_view.xml @@ -164,15 +164,6 @@                     tab_group="-2"                     width="1024"/>    <panel top="0" -         follows="all" -         height="768" -         mouse_opaque="true" -         name="progress_view" -         filename="panel_progress.xml"  -         class="progress_view" -         width="1024" -         visible="false"/> -  <panel top="0"          follows="all"          mouse_opaque="false"          left="0" @@ -193,6 +184,15 @@    <panel top="0"           follows="all"           height="768" +         mouse_opaque="true" +         name="progress_view" +         filename="panel_progress.xml" +         class="progress_view" +         width="1024" +         visible="false"/> +  <panel top="0" +         follows="all" +         height="768"           mouse_opaque="false"           name="popup_holder"           class="popup_holder" | 
