Fix gui warnings
This commit is contained in:
parent
bbbfe43120
commit
f4da9718c5
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="0" width="98%" layout="horizontal-row" height="9%">
|
||||
<icon-button id="back" height="100%" align="left" icon="gui/icons/back.png"/>
|
||||
<icon-button id="back" height="100%" x="0%" icon="gui/icons/back.png"/>
|
||||
<spacer proportion="1" height="5"/>
|
||||
<icon-button id="reload" y="5%" height="90%" align="right" icon="gui/icons/restart.png"/>
|
||||
<icon-button id="reload" y="5%" height="90%" x="0%" icon="gui/icons/restart.png"/>
|
||||
</div>
|
||||
|
||||
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="0" width="98%" layout="horizontal-row" height="9%">
|
||||
<icon-button id="back" height="100%" align="left" icon="gui/icons/back.png"/>
|
||||
<spacer proportion="1" height="1"/>
|
||||
<icon-button id="reload" y="5%" height="90%" align="right" icon="gui/icons/restart.png"/>
|
||||
<icon-button id="back" height="100%" x="0%" icon="gui/icons/back.png"/>
|
||||
<spacer proportion="1" height="5"/>
|
||||
<icon-button id="reload" y="5%" height="90%" x="0%" icon="gui/icons/restart.png"/>
|
||||
</div>
|
||||
|
||||
<div x="0%" y="1%" width="100%" height="98%" layout="vertical-row" >
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "io/file_manager.hpp"
|
||||
#include "graphics/irr_driver.hpp"
|
||||
#include "race/grand_prix_manager.hpp"
|
||||
#include "replay/replay_play.hpp"
|
||||
#include "tracks/track_manager.hpp"
|
||||
#include "utils/constants.hpp"
|
||||
#include "utils/log.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user