Changed vendor-images to be 150x150 px
BIN
telldus-gui/TelldusGui/images/vendors/chacon.png
vendored
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.3 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/coco.png
vendored
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.7 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/elro.png
vendored
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.9 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/gao.png
vendored
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/homeeasy.png
vendored
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/ikea.png
vendored
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.6 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/kjelloco.png
vendored
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.6 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/nexa.png
vendored
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.5 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/proove.png
vendored
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.7 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/roxcore.png
vendored
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/sartano.png
vendored
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.7 KiB |
BIN
telldus-gui/TelldusGui/images/vendors/waveman.png
vendored
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.3 KiB |
|
@ -60,7 +60,7 @@ QPixmap VendorDeviceTreeItem::image() const {
|
|||
}
|
||||
QPixmap image = QPixmap(filename);
|
||||
if (image.isNull()) {
|
||||
image = QPixmap( 96, 96 );
|
||||
image = QPixmap( 150, 150 );
|
||||
image.fill( Qt::transparent );
|
||||
}
|
||||
return image;
|
||||
|
|