1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Adjust tab positioning

This commit is contained in:
Dydzio
2023-02-19 12:18:54 +01:00
parent 7f03223634
commit 9eccc29e16
5 changed files with 63 additions and 59 deletions

View File

@ -16,6 +16,10 @@ class BattleInterface;
class CTabbedInt;
enum class EUserEvent;
/// <summary>
///Original H3 settings were replaced with this window in Github PR #1540. New options added are intended to be clientside settings.
///By design, most new options that alter gameplay UI from now on should be added to "gameTweaks" config key.
/// </summary>
class SettingsMainWindow : public InterfaceObjectConfigurable
{
private: