Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
- removed resizing near the caption buttons so their corner is clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
redsigma committed Feb 18, 2022
1 parent 6b6d1c2 commit 1bc2ec4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
region { name=top align=top width=max height=48 margin-top=0 }

//Caption Buttons
place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" y=1 align=right width=40 height=38 }
place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" y=0 align=right width=40 height=38 }

//Content
place { control="UINavigatorPanel" width=max height=max x=1 margin-right=1 }
Expand All @@ -327,8 +327,12 @@
place { control="UIStatusPanel" region=top align=right end-right=frame_minimize margin-right=1 width=27 height=40 }
place [$OSX] { control="UIStatusPanel" region=top align=right margin-right=1 width=27 height=40 }
place { control="MenuBar" region=top height=38 width=67 x=1 y=1 }


// Resizing Corners
place { control="topGrip" margin-right=120 }
place { control="rightGrip" margin-top=40 }

// Hidden
place { control="AnnouncementButton,fullscreen,add_game,universe_label,New" margin-left=-999 dir=down }
place { control="AnnouncementButton,fullscreen,add_game,universe_label,New,trGrip" margin-left=-999 dir=down }
}
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.35
9.1.37

0 comments on commit 1bc2ec4

Please sign in to comment.