diff --git a/src/data/ui/SchedulePage.ui b/src/data/ui/SchedulePage.ui index 6b7ac93..9fe3da4 100644 --- a/src/data/ui/SchedulePage.ui +++ b/src/data/ui/SchedulePage.ui @@ -10,10 +10,10 @@ SPDX-License-Identifier: GPL-3.0-or-later nightthemeswitcher-schedule-symbolic - Your location will be used to calculate the current sunrise and sunset times. If you prefer, you can set a manual schedule. It will also be used when your location is unavailable. Manual schedule + Use a manual schedule instead of the one computed from your location. diff --git a/src/prefs.js b/src/prefs.js index 6236554..bc1c3c4 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -30,7 +30,7 @@ export default class NightThemeSwitcherPreferences extends ExtensionPreferences // Set window properties window.search_enabled = true; - window.set_default_size(500, 700); + window.set_default_size(500, 630); // Add a dummy page until the dynamics imports are done const dummyPage = new Adw.PreferencesPage();