Changeset 12020 for code/branches/PresentationFS18/data/gui/layouts
- Timestamp:
- May 30, 2018, 2:56:24 PM (7 years ago)
- Location:
- code/branches/PresentationFS18
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/PresentationFS18
- Property svn:mergeinfo changed
/code/branches/Masterserver_FS18 (added) merged: 11816,11829,11842,11856,11858,11880,11889,11905,11907,11910,11929-11930,11937,11962-11963,11973,11983,11990
- Property svn:mergeinfo changed
-
code/branches/PresentationFS18/data/gui/layouts/MultiplayerMenu.layout
r7801 r12020 23 23 <Property Name="Text" Value="LAN"/> 24 24 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 25 <Property Name="UnifiedAreaRect" Value="{{0. 2,0},{0.87,0},{0.4,0},{0.97,0}}" />25 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.87,0},{0.25,0},{0.97,0}}" /> 26 26 <Event Name="SelectStateChanged" Function="MultiplayerMenu.LanButton_clicked"/> 27 27 </Window> … … 29 29 <Property Name="Text" Value="Internet" /> 30 30 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 31 <Property Name="UnifiedAreaRect" Value="{{0. 6,0},{0.87,0},{0.8,0},{0.97,0}}" />31 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.87,0},{0.6,0},{0.97,0}}" /> 32 32 <Event Name="SelectStateChanged" Function="MultiplayerMenu.InternetButton_clicked"/> 33 </Window> 34 <Window Type="MenuWidgets/Button" Name="orxonox/MultiplayerRefreshButton" > 35 <Property Name="Text" Value="Refresh" /> 36 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 37 <Property Name="UnifiedAreaRect" Value="{{0.75,0},{0.87,0},{0.95,0},{0.97,0}}" /> 38 <Event Name="Clicked" Function="MultiplayerMenu.showServerList" /> 33 39 </Window> 34 40 </Window>
Note: See TracChangeset
for help on using the changeset viewer.