FIx tidal search field not showing on macOS
This commit is contained in:
@@ -252,6 +252,7 @@ void InternetSearchView::ReloadSettings() {
|
|||||||
s.beginGroup(AppearanceSettingsPage::kSettingsGroup);
|
s.beginGroup(AppearanceSettingsPage::kSettingsGroup);
|
||||||
int iconsize = s.value(AppearanceSettingsPage::kIconSizeConfigureButtons, 20).toInt();
|
int iconsize = s.value(AppearanceSettingsPage::kIconSizeConfigureButtons, 20).toInt();
|
||||||
s.endGroup();
|
s.endGroup();
|
||||||
|
|
||||||
ui_->settings->setIconSize(QSize(iconsize, iconsize));
|
ui_->settings->setIconSize(QSize(iconsize, iconsize));
|
||||||
ui_->search->setIconSize(iconsize);
|
ui_->search->setIconSize(iconsize);
|
||||||
|
|
||||||
@@ -260,7 +261,10 @@ void InternetSearchView::ReloadSettings() {
|
|||||||
void InternetSearchView::showEvent(QShowEvent *e) {
|
void InternetSearchView::showEvent(QShowEvent *e) {
|
||||||
|
|
||||||
QWidget::showEvent(e);
|
QWidget::showEvent(e);
|
||||||
|
|
||||||
|
#ifndef Q_OS_MACOS
|
||||||
FocusSearchField();
|
FocusSearchField();
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user