diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-17 15:29:18 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-17 15:29:18 +0300 |
| commit | f881df241533dafc214f72983d9c6e1c59837891 (patch) | |
| tree | cb8cc22b4b2a6f1828c73dc89d7f3d8ce0efe0b5 /include | |
| parent | b5f581eb5b336273c3e7976ac8f7c438fe454bb4 (diff) | |
Make the server list display all pretty and nice
Resize the 0thcolumn to smallest possible size so it's not intrusive
Remove text eliding so numbers don't get ...'s
Diffstat (limited to 'include')
| -rw-r--r-- | include/lobby.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lobby.h b/include/lobby.h index 4278534c..ca2b88b8 100644 --- a/include/lobby.h +++ b/include/lobby.h @@ -17,6 +17,7 @@ #include <QDebug> #include <QScrollBar> +#include <QHeaderView> class AOApplication; |
