- resize program preferences window if it does not fit with current

screen resolution
This commit is contained in:
Christophe Dumez
2009-03-15 17:48:20 +00:00
parent eead11427f
commit a8d627e1df
2 changed files with 22 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ class options_imp : public QDialog, private Ui::Dialog {
void setSystrayOptionsState(int checkBoxValue);
void enableWebUi(bool checkBoxValue);
void changePage(QListWidgetItem*, QListWidgetItem*);
void adaptToScreenSize();
public slots:
void setLocale(QString locale);