mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-07 06:35:15 +01:00
Revert "Stop the 'Organise files' window constantly resizing. Fixes issue 968."
This reverts commit 9cfe834ef41f942f0cfc26fafafd8a4d501b4abc.
This commit is contained in:
parent
4cbc221f00
commit
76e6281af5
@ -237,6 +237,12 @@ void OrganiseDialog::UpdatePreviews() {
|
||||
ui_->preview->addItem(QDir::toNativeSeparators(filename));
|
||||
}
|
||||
}
|
||||
|
||||
adjustSize();
|
||||
}
|
||||
|
||||
QSize OrganiseDialog::sizeHint() const {
|
||||
return QSize(650, 0);
|
||||
}
|
||||
|
||||
void OrganiseDialog::Reset() {
|
||||
|
@ -45,6 +45,8 @@ public:
|
||||
static const char* kDefaultFormat;
|
||||
static const char* kSettingsGroup;
|
||||
|
||||
QSize sizeHint() const;
|
||||
|
||||
void SetDestinationModel(QAbstractItemModel* model, bool devices = false);
|
||||
|
||||
int SetSongs(const SongList& songs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user