Schedule Page: Put manual schedule settings in expander row
This commit is contained in:
@@ -11,9 +11,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
<child>
|
<child>
|
||||||
<object class="AdwPreferencesGroup">
|
<object class="AdwPreferencesGroup">
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwSwitchRow" id="manual_schedule_switch">
|
<object class="AdwExpanderRow">
|
||||||
<property name="title" translatable="yes">Manual schedule</property>
|
<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>
|
<property name="subtitle" translatable="yes">Use a manual schedule instead of the one computed from your location.</property>
|
||||||
|
<child type="suffix">
|
||||||
|
<object class="GtkSwitch" id="manual_schedule_switch">
|
||||||
|
<property name="valign">center</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
@@ -44,6 +47,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
</object>
|
||||||
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwPreferencesGroup">
|
<object class="AdwPreferencesGroup">
|
||||||
<child>
|
<child>
|
||||||
|
|||||||
Reference in New Issue
Block a user