diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
4 files changed, 25 insertions, 11 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index 3e0a5fa..d7a2013 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -79,6 +79,10 @@ | |||
79 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | 79 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" |
80 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" | 80 | initial_value="false" label="Select faces to texture" left="4" mouse_opaque="true" |
81 | name="radio select face" radio_style="true" width="114" /> | 81 | name="radio select face" radio_style="true" width="114" /> |
82 | <check_box bottom_delta="-15" follows="left|top" font="SansSerifSmall" height="16" | ||
83 | initial_value="false" label="Align (Shift to Pack)" left="4" mouse_opaque="true" | ||
84 | name="radio align" radio_style="true" width="114" | ||
85 | tool_tip="Align aligns all selected prims' edges along an axis, Pack moves all selected prims' edges so they're touching" /> | ||
82 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" | 86 | <check_box bottom_delta="-19" control_name="EditLinkedParts" follows="left|top" |
83 | font="SansSerifSmall" height="16" initial_value="false" | 87 | font="SansSerifSmall" height="16" initial_value="false" |
84 | label="Edit linked parts" left="4" mouse_opaque="true" | 88 | label="Edit linked parts" left="4" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/fonts.xml b/linden/indra/newview/skins/default/xui/en-us/fonts.xml index 5564079..7343ac2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/fonts.xml | |||
@@ -153,7 +153,7 @@ | |||
153 | /> | 153 | /> |
154 | <font_size name="Small" | 154 | <font_size name="Small" |
155 | comment="Size of small font (points, or 1/72 of an inch)" | 155 | comment="Size of small font (points, or 1/72 of an inch)" |
156 | size="8" | 156 | size="8.5" |
157 | /> | 157 | /> |
158 | </fonts> | 158 | </fonts> |
159 | 159 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 47eea07..9c265d2 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -902,32 +902,32 @@ Would you like to disable all popups which can be skipped? | |||
902 | </notification> | 902 | </notification> |
903 | 903 | ||
904 | <notification | 904 | <notification |
905 | icon="alertmodal.tga" | 905 | icon="notify.tga" |
906 | name="CacheWillClear" | 906 | name="CacheWillClear" |
907 | type="alertmodal"> | 907 | type="notify"> |
908 | Cache will be cleared after you restart [VIEWER_NAME]. | 908 | Cache will be cleared after you restart [VIEWER_NAME]. |
909 | </notification> | 909 | </notification> |
910 | 910 | ||
911 | <notification | 911 | <notification |
912 | icon="alertmodal.tga" | 912 | icon="notify.tga" |
913 | name="CacheWillBeMoved" | 913 | name="CacheWillBeMoved" |
914 | type="alertmodal"> | 914 | type="notify"> |
915 | Cache will be moved after you restart [VIEWER_NAME]. | 915 | Cache will be moved after you restart [VIEWER_NAME]. |
916 | 916 | ||
917 | Note: This will clear the cache. | 917 | Note: This will clear the cache. |
918 | </notification> | 918 | </notification> |
919 | 919 | ||
920 | <notification | 920 | <notification |
921 | icon="alertmodal.tga" | 921 | icon="notify.tga" |
922 | name="ChangeConnectionPort" | 922 | name="ChangeConnectionPort" |
923 | type="alertmodal"> | 923 | type="notify"> |
924 | Port settings take effect after you restart [VIEWER_NAME]. | 924 | Port settings take effect after you restart [VIEWER_NAME]. |
925 | </notification> | 925 | </notification> |
926 | 926 | ||
927 | <notification | 927 | <notification |
928 | icon="alertmodal.tga" | 928 | icon="notify.tga" |
929 | name="ChangeSkin" | 929 | name="ChangeSkin" |
930 | type="alertmodal"> | 930 | type="notify"> |
931 | The new skin will appear after you restart [VIEWER_NAME]. | 931 | The new skin will appear after you restart [VIEWER_NAME]. |
932 | </notification> | 932 | </notification> |
933 | 933 | ||
@@ -7122,8 +7122,8 @@ Apply this region's settings? ("Ignore" will ignore all region setting | |||
7122 | 7122 | ||
7123 | <notification | 7123 | <notification |
7124 | name="ChangeFont" | 7124 | name="ChangeFont" |
7125 | icon="alertmodal.tga" | 7125 | icon="notify.tga" |
7126 | type="alertmodal"> | 7126 | type="notify"> |
7127 | The new font will appear after you restart [VIEWER_NAME]. | 7127 | The new font will appear after you restart [VIEWER_NAME]. |
7128 | </notification> | 7128 | </notification> |
7129 | 7129 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml index 5865bec..c64ce9f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_fonts.xml | |||
@@ -46,4 +46,14 @@ | |||
46 | Preview: The quick brown fox jumped over the lazy dog. :) | 46 | Preview: The quick brown fox jumped over the lazy dog. :) |
47 | </text> | 47 | </text> |
48 | 48 | ||
49 | |||
50 | <spinner name="font_mult" label="Font size multiplier:" label_width="130" | ||
51 | bottom="-280" left="20" height="16" width="180" follows="left|top" | ||
52 | decimal_digits="2" increment="0.01" max_val="3.0" min_val="0.1" | ||
53 | tool_tip="Multiply all font sizes by this amount." /> | ||
54 | |||
55 | <check_box name="font_round" follows="left|top" | ||
56 | bottom="-300" left="20" height="16" width="300" | ||
57 | label="Force integer font sizes (may fix blurry fonts)" /> | ||
58 | |||
49 | </panel> | 59 | </panel> |