Schedule Page: Move info text to subtitle

This commit is contained in:
Romain Vigier
2024-03-04 15:17:43 +00:00
parent e9f2b02248
commit a2d00d3ef5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,10 +10,10 @@ SPDX-License-Identifier: GPL-3.0-or-later
<property name="icon-name">nightthemeswitcher-schedule-symbolic</property>
<child>
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">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.</property>
<child>
<object class="AdwSwitchRow" id="manual_schedule_switch">
<property name="title" translatable="yes">Manual schedule</property>
<property name="subtitle" translatable="yes">Use a manual schedule instead of the one computed from your location.</property>
</object>
</child>
<child>
+1 -1
View File
@@ -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();