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

Commit ccc82d80 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Update the number of quick settings columns for large screens in landscape

Test: manually
Test: OpenModesDialog
Flag: EXEMPT bugfix
Fixes: 406456758
Change-Id: I86b0bb8692e2d92993ee7b06581b7fb738ae6af9
parent 30f73993
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@
    <!-- The number of columns in the QuickSettings -->
    <integer name="quick_settings_num_columns">3</integer>

    <!-- The number of columns in the Split Shade QuickSettings -->
    <integer name="quick_settings_split_shade_num_columns">6</integer>

    <!-- Notifications are sized to match the width of two (of 4) qs tiles in landscape. -->
    <bool name="config_skinnyNotifsInLandscape">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -29,5 +29,8 @@
    <!-- The maximum number of rows in the QuickSettings -->
    <integer name="quick_settings_max_rows">3</integer>

    <!-- The number of columns in the Split Shade QuickSettings -->
    <integer name="quick_settings_split_shade_num_columns">6</integer>

</resources>