Skip to content

Commit f65bb5e

Browse files
committed
Miniscule change to make the aspect ratio of the non-resizeable floater look better
1 parent 8d3d6ee commit f65bb5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

indra/newview/skins/default/xui/en/floater_avatar_welcome_pack.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
can_minimize="true"
66
can_close="true"
77
can_resize="false"
8-
min_height="600"
8+
min_height="660"
99
min_width="800"
10-
height="600"
10+
height="660"
1111
layout="topleft"
1212
name="Avatar Welcome Pack"
1313
single_instance="true"
@@ -17,7 +17,7 @@
1717
width="800">
1818
<web_browser
1919
top="25"
20-
height="600"
20+
height="660"
2121
width="800"
2222
follows="all"
2323
name="avatar_picker_contents"

0 commit comments

Comments
 (0)