mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-25 01:06:50 +00:00
Compare commits
2 Commits
v0.28.0-rc4
...
v0.28.0
| Author | SHA1 | Date | |
|---|---|---|---|
| a2cae4d69f | |||
| 72c6aad939 |
@@ -40,7 +40,7 @@
|
||||
<url type="translate">https://gitea.wildfiregames.com/0ad/0ad/wiki/Localization</url>
|
||||
<url type="donation">https://play0ad.com/community/donate/</url>
|
||||
<releases>
|
||||
<release version="0.28.0" date="2026-02-05">
|
||||
<release version="0.28.0" date="2026-02-16">
|
||||
<url type="details">https://play0ad.com/new-release-0-a-d-release-28-boiorix/</url>
|
||||
<description>
|
||||
<p>Wildfire Games proudly announces the release of 0 A.D. 0.28.0: "Boiorix".</p>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 2025 Wildfire Games.
|
||||
/* Copyright (C) 2026 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
@@ -344,7 +344,6 @@ public:
|
||||
{
|
||||
m_ScrolledPanel = new wxScrolledWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxVSCROLL);
|
||||
m_ScrolledPanel->SetScrollRate(0, 10);
|
||||
m_ScrolledPanel->SetBackgroundColour(wxColor(255, 255, 255));
|
||||
|
||||
wxSizer* sizer = new wxBoxSizer(wxVERTICAL);
|
||||
sizer->Add(m_ScrolledPanel, wxSizerFlags().Proportion(1).Expand());
|
||||
|
||||
Reference in New Issue
Block a user