Skip to content

Commit

Permalink
Update windowcontrols patches (Fixes #9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Aug 10, 2022
1 parent 6724db7 commit 9b9c5a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Adwaita/resource/menus/steam.menu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menubar
{
text=""

SkinVersion { text="Adwaita for Steam v0.5" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" }
SkinVersion { text="Adwaita for Steam v0.6" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" }

Divider {}

Expand Down
6 changes: 3 additions & 3 deletions patches/windowcontrols/left-all.patch
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
place { control="frame_title" width=max height=48 }
place { control="UINavigatorPanel" width=max height=max }

- place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" }
+ place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right }
- place { control="InboxButton,SupportAlert,ParentalLockButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" }
+ place { control="InboxButton,SupportAlert,ParentalLockButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right }

place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" }

Expand Down Expand Up @@ -117,4 +117,4 @@
+ place { control="PrevButton,NextButton" x=87 y=7 width=34 height=34 spacing=6 }

place { control="HTMLSellPage" width=max height=max margin-top=48 }


4 changes: 2 additions & 2 deletions patches/windowcontrols/left.patch
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
place { control="frame_title" width=max height=48 }
place { control="UINavigatorPanel" width=max height=max }

- place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" }
+ place { control="InboxButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right }
- place { control="InboxButton,SupportAlert,ParentalLockButton,MenuBar" width=34 height=34 y=7 margin-right=12 spacing=6 align=right end-right="frame_minimize" }
+ place { control="InboxButton,SupportAlert,ParentalLockButton,MenuBar" width=34 height=34 y=7 margin-right=7 spacing=6 align=right }

place { control="AccountButton" width=28 height=28 y=10 margin-right=12 align=right end-right="InboxButton" }

Expand Down

0 comments on commit 9b9c5a0

Please sign in to comment.