From c7dd474df9a4b6738cc1c277977b04125f6c7e8d Mon Sep 17 00:00:00 2001 From: Mika Date: Tue, 3 Jan 2017 04:01:25 +0200 Subject: [PATCH] Removed blue line also in this override Same as the blue line fix couple commits ago, but for the "Smaller Big Picture icon" override. --- .../resource/layout/steamrootdialog.layout | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout index 078bc0cc..6ffb01bb 100644 --- a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout +++ b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout @@ -96,7 +96,7 @@ { "ControlName" "Label" "fieldName" "account_balance_seperator" - "labelText" "|" + "labelText" "" style="online_friends" } @@ -622,7 +622,7 @@ place [$OSX] { control="account_URL, universe_label" align=right margin-top=9 margin-right=15 spacing=7 } place { control="account_balance" y=35 align=right end-right="account_URL" margin-right=10 } - place { control="account_balance_seperator" align=right margin-right=20 margin-top=30 } + place { control="account_balance_seperator" width=0 height=0 align=right margin-right=20 margin-top=30 } place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right y=78 height=23 margin-right=9 width=30 } @@ -649,4 +649,4 @@ // hide vr button place { control="startvr, exitvr" height=0 width=0 } } -} \ No newline at end of file +}