Skip to content

Commit 3d0e923

Browse files
committed
Make floater tools use Dejavu with old font size #2
1 parent b58e2e6 commit 3d0e923

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,8 @@
877877
open_tabs_on_drag_and_drop="true"
878878
top="173"
879879
width="295"
880-
font="SansSerif"
881-
font.size="Monospace">
880+
font="DejaVu"
881+
font.size="LSmall">
882882

883883
<panel
884884
border="false"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,15 @@
7878
left="5"
7979
name="conversation_title"
8080
parse_urls="false"
81-
top="6"
81+
top="4"
8282
use_ellipses="true"
8383
value="(loading)"
8484
width="35" />
8585
<output_monitor
8686
auto_update="true"
8787
follows="top|right"
8888
draw_border="false"
89+
top="6"
8990
height="16"
9091
layout="topleft"
9192
left_pad="5"

0 commit comments

Comments
 (0)