Make borders black in fullscreen for wxWidgets
This is a simple patch that makes it so borders that show up in fullscreen mode are black rather than white.
This commit is contained in:
parent
a240cfae79
commit
8b46072ca3
|
@ -10,6 +10,7 @@
|
|||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="DisplayArea" subclass="GameArea">
|
||||
<bg>#000000</bg>
|
||||
<style>wxCLIP_CHILDREN|wxWANTS_CHARS</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
|
|
Loading…
Reference in New Issue