mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Set column padding
This commit is contained in:
parent
68bf89c522
commit
ce7599cb02
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#include "ui_local.h"
|
||||
#include "../qcommon/localization.h"
|
||||
|
||||
static UISize2D s_columnpadding;
|
||||
static UISize2D s_columnpadding(2.0, 2.0);
|
||||
|
||||
bool UIListCtrl::s_qsortreverse;
|
||||
int UIListCtrl::s_qsortcolumn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue