From 8fcf21e771487c9457d62b1541bf29b06f268079 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 24 Aug 2013 23:11:20 +0200 Subject: - column sizing is now changeable by the user yet still automatically resizes fit content on first start --- src/mainwindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mainwindow.h') 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(); -- cgit v1.3.1