[AGS] Battery: Try to improve design
This commit is contained in:
parent
acca70d47f
commit
678afa99d6
@ -38,7 +38,7 @@ const renderQuickActions = () => {
|
|||||||
profile !== ""
|
profile !== ""
|
||||||
? profile
|
? profile
|
||||||
: cwd +
|
: cwd +
|
||||||
"/no-avatar-icon.jpg"
|
"/no-avatar-icon.jpg"
|
||||||
}
|
}
|
||||||
></image>
|
></image>
|
||||||
}
|
}
|
||||||
@ -49,7 +49,9 @@ const renderQuickActions = () => {
|
|||||||
></button>
|
></button>
|
||||||
}
|
}
|
||||||
endWidget={
|
endWidget={
|
||||||
<box>
|
<box
|
||||||
|
hexpand={false}
|
||||||
|
>
|
||||||
<BatteryBox></BatteryBox>
|
<BatteryBox></BatteryBox>
|
||||||
<Power.Power></Power.Power>
|
<Power.Power></Power.Power>
|
||||||
</box>
|
</box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user