Calculator icon
This commit is contained in:
parent
0712f0f41d
commit
369c6eb09a
BIN
hdd/usr/share/icons/24/calculator.png
Normal file
BIN
hdd/usr/share/icons/24/calculator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 B |
BIN
hdd/usr/share/icons/48/calculator.png
Normal file
BIN
hdd/usr/share/icons/48/calculator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -127,7 +127,7 @@ class CalculatorWindow(yutani.Window):
|
||||
base_height = 200
|
||||
|
||||
def __init__(self, decorator):
|
||||
super(CalculatorWindow, self).__init__(self.base_width + decorator.width(), self.base_height + decorator.height(), title="Calculator", doublebuffer=True)
|
||||
super(CalculatorWindow, self).__init__(self.base_width + decorator.width(), self.base_height + decorator.height(), title="Calculator", icon="calculator", doublebuffer=True)
|
||||
self.move(100,100)
|
||||
self.decorator = decorator
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user