power: Align power profile info boxes with profiles text

See https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1421
This commit is contained in:
Allan Day 2021-08-04 11:28:14 +02:00 committed by Bastien Nocera
parent 19fb4e4a0c
commit 8fb8a340bf

View file

@ -8,11 +8,11 @@
<object class="GtkBox"> <object class="GtkBox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="orientation">horizontal</property> <property name="orientation">horizontal</property>
<property name="margin-start">8</property> <property name="margin-start">4</property>
<property name="margin-end">8</property> <property name="margin-end">8</property>
<property name="margin-top">8</property> <property name="margin-top">8</property>
<property name="margin-bottom">8</property> <property name="margin-bottom">8</property>
<property name="spacing">8</property> <property name="spacing">4</property>
<child> <child>
<object class="GtkImage" id="icon_image"> <object class="GtkImage" id="icon_image">
<property name="visible">True</property> <property name="visible">True</property>