power: Tweak power profile info boxes horizontal spacing
A bit too much whitespace around the info icon.
This commit is contained in:
parent
c0ce1e53ab
commit
06d110a3d0
1 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
|||
<object class="GtkBox">
|
||||
<property name="visible">True</property>
|
||||
<property name="orientation">horizontal</property>
|
||||
<property name="margin-start">12</property>
|
||||
<property name="margin-end">12</property>
|
||||
<property name="margin-start">8</property>
|
||||
<property name="margin-end">8</property>
|
||||
<property name="margin-top">8</property>
|
||||
<property name="margin-bottom">8</property>
|
||||
<property name="spacing">12</property>
|
||||
<property name="spacing">8</property>
|
||||
<child>
|
||||
<object class="GtkImage" id="icon_image">
|
||||
<property name="visible">True</property>
|
||||
<property name="margin-start">6</property>
|
||||
<property name="margin-end">18</property>
|
||||
<property name="margin-end">6</property>
|
||||
<property name="icon-name">info-symbolic</property>
|
||||
<property name="icon-size">5</property>
|
||||
<style>
|
||||
|
|
Loading…
Add table
Reference in a new issue