Prepare for adding more sensible back buttons to TabbedDialogScreen portrait mode

This commit is contained in:
Henrik Rydgård
2025-10-23 12:46:07 +02:00
parent b45d07d6cb
commit 7b743071d2
15 changed files with 86 additions and 37 deletions
+2
View File
@@ -221,6 +221,7 @@
<ClInclude Include="..\..\Common\UI\Root.h" />
<ClInclude Include="..\..\Common\UI\Screen.h" />
<ClInclude Include="..\..\Common\UI\ScrollView.h" />
<ClInclude Include="..\..\Common\UI\TabHolder.h" />
<ClInclude Include="..\..\Common\UI\Tween.h" />
<ClInclude Include="..\..\Common\UI\UI.h" />
<ClInclude Include="..\..\Common\UI\UIScreen.h" />
@@ -384,6 +385,7 @@
<ClCompile Include="..\..\Common\UI\Root.cpp" />
<ClCompile Include="..\..\Common\UI\Screen.cpp" />
<ClCompile Include="..\..\Common\UI\ScrollView.cpp" />
<ClCompile Include="..\..\Common\UI\TabHolder.cpp" />
<ClCompile Include="..\..\Common\UI\Tween.cpp" />
<ClCompile Include="..\..\Common\UI\UI.cpp" />
<ClCompile Include="..\..\Common\UI\UIScreen.cpp" />
+6
View File
@@ -523,6 +523,9 @@
<ClCompile Include="..\..\Common\Render\AtlasGen.cpp">
<Filter>Render</Filter>
</ClCompile>
<ClCompile Include="..\..\Common\UI\TabHolder.cpp">
<Filter>UI</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="targetver.h" />
@@ -1005,6 +1008,9 @@
<ClInclude Include="..\..\Common\Render\AtlasGen.h">
<Filter>Render</Filter>
</ClInclude>
<ClInclude Include="..\..\Common\UI\TabHolder.h">
<Filter>UI</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\Common\Math\fast\fast_matrix_neon.S">