Skip to content

Commit

Permalink
Introduce Tank Definition Selector GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
DRVeyl committed Jul 3, 2022
1 parent 6e76c3d commit 0aa8e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/RealFuels.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<Compile Include="Tanks\ModuleFuelTanksRF.cs" />
<Compile Include="Tanks\ModuleFuelTanksTestFlight.cs" />
<Compile Include="Tanks\TankDefinition.cs" />
<Compile Include="Tanks\TankDefinitionList.cs" />
<Compile Include="Tanks\TankDefinitionSelectionGUI.cs" />
<Compile Include="Tanks\TankWindow.cs" />
<Compile Include="TechLevels\TechLevel.cs" />
Expand Down
2 changes: 2 additions & 0 deletions Source/Tanks/TankDefinitionSelectionGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public void Awake()
tooltipStyle.stretchHeight = false;
tooltipStyle.clipping = TextClipping.Overflow;

Debug.Log($"[MFT/RF Styles] {HighLogic.Skin.window.normal.background} / {HighLogic.Skin.box.normal.background}");

expandWidth = GUILayout.ExpandWidth(true);
expandHeight = GUILayout.ExpandHeight(true);

Expand Down

0 comments on commit 0aa8e6d

Please sign in to comment.