-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved jump bridge config/list out of its own panel into the preferences
- Loading branch information
1 parent
07060c7
commit b45f6a8
Showing
5 changed files
with
606 additions
and
568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?><LayoutRoot><RootPanel Orientation="Horizontal"><LayoutAnchorablePaneGroup Orientation="Vertical" DockWidth="250" DockMinWidth="250"><LayoutAnchorablePane DockWidth="250"><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="ZKB Feed" IsSelected="True" ContentId="ZKBContentID" /></LayoutAnchorablePane><LayoutAnchorablePane><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Intel" IsSelected="True" ContentId="IntelContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Gamelog" ContentId="GameLogContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Fleet" ContentId="FleetContentID" /></LayoutAnchorablePane></LayoutAnchorablePaneGroup><LayoutDocumentPane><LayoutDocument Title="Regions" IsSelected="True" IsLastFocusedDocument="True" ContentId="UniverseContentID" CanClose="False" LastActivationTimeStamp="06/24/2022 15:54:42" /><LayoutDocument Title="Region" ContentId="MapRegionContentID" CanClose="False" /><LayoutDocument Title="Universe" ContentId="FullUniverseViewID" CanClose="False" /></LayoutDocumentPane></RootPanel><TopSide /><RightSide><LayoutAnchorGroup><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Anoms" ContentId="AnomsContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Characters" ContentId="CharactersContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Jump Bridges" ContentId="JumpBridgesContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Route" ContentId="RouteContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Jump Planner" ContentId="JumpRouteContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Thera" ContentId="TheraContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Storms" ContentId="StormContentID" /><LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="SOV Campaigns" ContentId="SOVCampaignsID" /></LayoutAnchorGroup></RightSide><LeftSide /><BottomSide /><FloatingWindows /><Hidden /></LayoutRoot> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LayoutRoot> | ||
<RootPanel Orientation="Horizontal"> | ||
<LayoutAnchorablePaneGroup Orientation="Vertical" DockWidth="250" DockMinWidth="250"> | ||
<LayoutAnchorablePane DockWidth="250"> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="ZKB Feed" IsSelected="True" ContentId="ZKBContentID" /> | ||
</LayoutAnchorablePane> | ||
<LayoutAnchorablePane> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Intel" IsSelected="True" ContentId="IntelContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Gamelog" ContentId="GameLogContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Fleet" ContentId="FleetContentID" /> | ||
</LayoutAnchorablePane> | ||
</LayoutAnchorablePaneGroup> | ||
<LayoutDocumentPane> | ||
<LayoutDocument Title="Regions" IsSelected="True" IsLastFocusedDocument="True" ContentId="UniverseContentID" CanClose="False" LastActivationTimeStamp="11/16/2024 21:11:42" /> | ||
<LayoutDocument Title="Region" ContentId="MapRegionContentID" CanClose="False" /> | ||
<LayoutDocument Title="Universe" ContentId="FullUniverseViewID" CanClose="False" /> | ||
</LayoutDocumentPane> | ||
</RootPanel> | ||
<TopSide /> | ||
<RightSide> | ||
<LayoutAnchorGroup> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Anoms" ContentId="AnomsContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Characters" ContentId="CharactersContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Route" ContentId="RouteContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Jump Planner" ContentId="JumpRouteContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="WH Connections" ContentId="TheraContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="Storms" ContentId="StormContentID" /> | ||
<LayoutAnchorable CanHide="False" AutoHideMinWidth="280" AutoHideMinHeight="200" Title="SOV Campaigns" ContentId="SOVCampaignsID" /> | ||
</LayoutAnchorGroup> | ||
</RightSide> | ||
<LeftSide /> | ||
<BottomSide /> | ||
<FloatingWindows /> | ||
<Hidden /> | ||
</LayoutRoot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.