Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions resource/layout/steamrootdialog.layout
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{
ControlName=MenuButton
style="inbox_button"
textAlignment=west
textAlignment=east
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I though this would right-align the notification counter, but I think the counter "bounding box" must be extended too, right?

Somewhere on line 446

}

add_game
Expand Down Expand Up @@ -443,7 +443,7 @@
{
0="image( x0 - 18, y0 - 2, x1, y1, graphics/harrow_hover )"
1="image( x0 - 5, y0, x1, y1, graphics/inbox_empty )"
2="image( x0 + 9, y0, x1, y1, graphics/inbox )"
2="image( x0 + 14, y0, x1, y1, graphics/inbox )"
}
render {}
}
Expand All @@ -454,7 +454,7 @@
{
0="image( x0 - 18, y0 - 2, x1, y1, graphics/harrow_hover )"
1="image( x0 - 5, y0, x1, y1, graphics/inbox_empty_hover )"
2="image( x0 + 9, y0, x1, y1, graphics/inbox_hover )"
2="image( x0 + 14, y0, x1, y1, graphics/inbox_hover )"
}
}

Expand All @@ -464,7 +464,7 @@
{
0="image( x0 - 18, y0 - 2, x1, y1, graphics/harrow_hover )"
1="image( x0 - 5, y0, x1, y1, graphics/inbox_empty_hover )"
2="image( x0 + 9, y0, x1, y1, graphics/inbox_hover )"
2="image( x0 + 14, y0, x1, y1, graphics/inbox_hover )"
}
}

Expand Down Expand Up @@ -626,7 +626,7 @@

place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right y=78 height=23 margin-right=9 width=109 }

place { control="InboxButton" height=12 y=52 margin-right=51 align=right }
place { control="InboxButton" height=12 y=52 margin-right=56 align=right }
place { control="ParentalLockButton" align=right end-right="account_URL" margin-top=35 margin-right=50 height=26 }
place { control="SupportAlert" y=3 align=right end-right="ParentalLockButton" margin-right=10 height=26 }

Expand All @@ -640,13 +640,13 @@
place { control="add_game" align=bottom margin-bottom=2 margin-left=7 }

place { control="FriendPanel" height=48 width=48 align=right margin-right=-3 margin-top=23 }
place { control="online_friends" height=12 y=51 align=right margin-right=101 }
place { control="view_friends" height=12 y=51 align=right margin-right=101 }
place { control="online_friends" height=12 y=51 align=right margin-right=106 }
place { control="view_friends" height=12 y=51 align=right margin-right=106 }

// the title bar is missing, so increase the size of the grip
place { control="frame_captiongrip" margin=2 width=max height=30 }

// hide vr button
place { control="startvr, exitvr" height=0 width=0 }
}
}
}