diff options
| author | secretfoxtail <remmy@megapahit.net> | 2025-06-04 10:09:36 -0600 | 
|---|---|---|
| committer | secretfoxtail <remmy@megapahit.net> | 2025-06-04 10:09:36 -0600 | 
| commit | a32a60727b1d49807cee4dfa189f4eda48ee44fb (patch) | |
| tree | 20739569389f36dc926ae038478e78b2e5bc2467 /indra | |
| parent | 68232dc0b59f339139b42b19fb8fc7d7206f2fc8 (diff) | |
floater_about.xml -> List credits in 2 columns
Use monospace font to manually format credits list in 2 columns, also fix annoying indent in licences tab
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_about.xml | 90 | 
1 files changed, 41 insertions, 49 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_about.xml b/indra/newview/skins/default/xui/en/floater_about.xml index 09b134eac5..40cb1b2c43 100644 --- a/indra/newview/skins/default/xui/en/floater_about.xml +++ b/indra/newview/skins/default/xui/en/floater_about.xml @@ -70,7 +70,7 @@       follows="all"       left="10"       name="megapahit_credits_panel" -     height="420" +     height="405"       top="10">        <text            follows="top|left|right" @@ -84,35 +84,27 @@  Megapahit is brought to you by (in order of appearance):        </text>        <text_editor -       enabled="false" -       follows="top|left" -       height="260" -       bg_readonly_color="Transparent" -       left="5" -       text_color="LtGray" -       max_length="65536" -       top_pad="5" -       width="545" -       word_wrap="true"> -Erik Kundiman -LinneNoir -milo (observeur) -Fritigern Gothly -Kou Ayashi -Hadet Sonnenkern -Remmy (Secret Foxtail) -Eris Ravenwood -gwigz (nya) -EmilyAmiee -Bavid Dailey -Aria (Tashia Redrose) -Cate (32a) -Hiroo Ono -Melodey -Keysin (scoutkeysin) -Yikes Lopez -~ ( ^-^ ) ~ (cutie_qu) -    </text_editor> +        enabled="false" +        font="Monospace" +        follows="top|left" +        height="200" +        bg_readonly_color="Transparent" +        left="5" +        text_color="LtGray" +        max_length="65536" +        top_pad="5" +        width="475" +        word_wrap="false"> +        Erik Kundiman                 EmilyAmiee +        LinneNoir                     Bavid Dailey +        milo (observeur)              Aria (Tashia Redrose) +        Fritigern Gothly              Cate (32a) +        Kou Ayashi                    Hiroo Ono +        Hadet Sonnenkern              Melodey +        Remmy (Secret Foxtail)        Keysin (scoutkeysin) +        Eris Ravenwood                Yikes Lopez +        gwigz (nya)                   ~ ( ^-^ ) ~ (cutie_qu) +      </text_editor>      <text            follows="top|left"            font.style="BOLD" @@ -206,27 +198,27 @@ Dummy Name replaced at run time         top="5"         width="465"         word_wrap="true"> -        3Dconnexion SDK Copyright (C) 1992-2009 3Dconnexion -        APR Copyright (C) 2011 The Apache Software Foundation -        Collada DOM Copyright 2006 Sony Computer Entertainment Inc. -        cURL Copyright (C) 1996-2010, Daniel Stenberg, (daniel@haxx.se) -        expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. -        FreeType Copyright (C) 1996-2002, 2006 David Turner, Robert Wilhelm, and Werner Lemberg. -        GL Copyright (C) 1999-2004 Brian Paul. -        jpeglib Copyright (C) 1991-1998, Thomas G. Lane. -        llphysicsextensions_tpv Copyright (c) 2010, Linden Research, Inc. -        meshoptimizer Copyright (c) 2016-2021 Arseny Kapoulkine -        ogg/vorbis Copyright (C) 2002, Xiphophorus -        OpenSSL Copyright (C) 1998-2008 The OpenSSL Project. -        PCRE Copyright (c) 1997-2012 University of Cambridge -        SDL Copyright (C) 1997-2024 Sam Lantinga -        SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) -        xxHash Copyright (C) 2012-2020 Yann Collet. -        zlib Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler. +3Dconnexion SDK Copyright (C) 1992-2009 3Dconnexion +APR Copyright (C) 2011 The Apache Software Foundation +Collada DOM Copyright 2006 Sony Computer Entertainment Inc. +cURL Copyright (C) 1996-2010, Daniel Stenberg, (daniel@haxx.se) +expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. +FreeType Copyright (C) 1996-2002, 2006 David Turner, Robert Wilhelm, and Werner Lemberg. +GL Copyright (C) 1999-2004 Brian Paul. +jpeglib Copyright (C) 1991-1998, Thomas G. Lane. +llphysicsextensions_tpv Copyright (c) 2010, Linden Research, Inc. +meshoptimizer Copyright (c) 2016-2021 Arseny Kapoulkine +ogg/vorbis Copyright (C) 2002, Xiphophorus +OpenSSL Copyright (C) 1998-2008 The OpenSSL Project. +PCRE Copyright (c) 1997-2012 University of Cambridge +SDL Copyright (C) 1997-2024 Sam Lantinga +SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) +xxHash Copyright (C) 2012-2020 Yann Collet. +zlib Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler. -        This software contains source code provided by NVIDIA Corporation. +This software contains source code provided by NVIDIA Corporation. -        All rights reserved.  See licenses.txt for details. +All rights reserved.  See licenses.txt for details.        </text_editor>        </panel>      </tab_container> | 
