UI wireless state support

This commit is contained in:
2023-10-01 13:21:37 +02:00
parent ad28b82bb8
commit c644e75cbd
4 changed files with 50 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
</child>
<child>
<object class="AdwPreferencesGroup">
<object class="AdwPreferencesGroup" id="wireless">
<property name="margin-top">20</property>
<property name="margin-start">20</property>
<property name="margin-end">20</property>
@@ -82,7 +82,7 @@
<property name="spacing">10</property>
<property name="orientation">horizontal</property>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="charging_state">
<property name="halign">start</property>
<property name="label">Not charging</property>
<property name="margin-start">10</property>
@@ -90,7 +90,7 @@
</object>
</child>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="battery_level_label">
<property name="halign">end</property>
<property name="label">50%</property>
<property name="margin-start">120</property>