mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
fix resource bar pos in kingdom overview
This commit is contained in:
@@ -473,7 +473,7 @@ CKingdomInterface::CKingdomInterface()
|
|||||||
generateButtons();
|
generateButtons();
|
||||||
|
|
||||||
statusbar = CGStatusBar::create(std::make_shared<CPicture>(ImagePath::builtin("KSTATBAR"), 10,pos.h - 45));
|
statusbar = CGStatusBar::create(std::make_shared<CPicture>(ImagePath::builtin("KSTATBAR"), 10,pos.h - 45));
|
||||||
resdatabar = std::make_shared<CResDataBar>(ImagePath::builtin("KRESBAR"), 7, 111+footerPos, 29, 5, 76, 81);
|
resdatabar = std::make_shared<CResDataBar>(ImagePath::builtin("KRESBAR"), 7, 111+footerPos, 29, 3, 76, 81);
|
||||||
|
|
||||||
activateTab(persistentStorage["gui"]["lastKindomInterface"].Integer());
|
activateTab(persistentStorage["gui"]["lastKindomInterface"].Integer());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user