sugar-toolkit-gtk3/shell/view/devices/battery.py

7 lines
211 B
Python
Raw Normal View History

from view.devices import deviceview
class DeviceView(deviceview.DeviceView)
def __init__(self, model):
deviceview.DeviceView.__init__(self, model)
self.props.icon_name = 'theme:stock-close'