diff options
| author | Tannin <devnull@localhost> | 2013-08-24 23:11:20 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-08-24 23:11:20 +0200 |
| commit | 8fcf21e771487c9457d62b1541bf29b06f268079 (patch) | |
| tree | 2ffd0d64f713a9ac5e003ca7ac93acc366f62598 /src/mainwindow.h | |
| parent | b46b2fe6f28a70946705a5027e1a178693d48115 (diff) | |
- column sizing is now changeable by the user yet still automatically resizes fit content on first start
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b70defbe..ae2343c6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -442,6 +442,16 @@ private slots: void expandModList(const QModelIndex &index); + /** + * @brief resize columns in mod list and plugin list to content + */ + void resizeLists(); + + /** + * @brief allow columns in mod list and plugin list to be resized + */ + void allowListResize(); + private slots: // ui slots // actions void on_actionAdd_Profile_triggered(); |
