Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94925a55 authored by Raj Yengisetty's avatar Raj Yengisetty Committed by Rajesh Yengisetty
Browse files

DeskClock: Set default world clocks per row to 1

This commit fixes an issue with adding world clocks

1.Launch Deskclock and add world cities
2.Select 2+ cities
3.When you return to the Deskclock view, note some cities are not visible

Change-Id: Ib17ecdb3e9f4716aab05057fec090728f5bbb29a
parent a8ad2258
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
    <bool name="config_delayalarm">false</bool>
    <item type="integer" name="timer_column_count">1</item>
    <!-- Number of world clocks in a row, for the clock tab. -->
    <item type="integer" name="world_clocks_per_row">2</item>
    <item type="integer" name="world_clocks_per_row">1</item>
    <!-- Number of world clocks in a row, for the digital appwidget. -->
    <item type="integer" name="appwidget_world_clocks_per_row">2</item>
    <bool name="config_ring_alarm_force">false</bool>