|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 395 B |
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -69,16 +69,16 @@ convert $b/brickstore.png -resize $((s)) $g/brickstore.png
|
||||
|
||||
convert $c/tab.png -resize $((s)) $g/tab.png
|
||||
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_plus.png -scale $s -composite $g/items_add.png
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_divide.png -scale $s -composite $g/items_divide.png
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_multiply.png -scale $s -composite $g/items_multiply.png
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_minus.png -scale $s -composite $g/items_subtract.png
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_merge.png -scale $s -composite $g/items_merge.png
|
||||
convert $c/brick_1x1.png -scale $s $c/overlay_split.png -scale $s -composite $g/items_part_out.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_plus.png -scale $s -composite $g/items_add.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_divide.png -scale $s -composite $g/items_divide.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_multiply.png -scale $s -composite $g/items_multiply.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_minus.png -scale $s -composite $g/items_subtract.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_merge.png -scale $s -composite $g/items_merge.png
|
||||
convert $c/brick_1x1.png -colorspace sRGB -scale $s $c/overlay_split.png -scale $s -composite $g/items_part_out.png
|
||||
|
||||
convert $c/dollar.png -scale $s $c/overlay_plusminus.png -scale $s -composite $g/price_inc_dec.png
|
||||
convert $c/dollar.png -scale $s $c/overlay_equals.png -scale $s -composite $g/price_set.png
|
||||
convert $c/dollar.png -scale $s $c/overlay_percent.png -scale $s -composite $g/price_sale.png
|
||||
convert $c/dollar.png -colorspace sRGB -scale $s $c/overlay_plusminus.png -scale $s -composite $g/price_inc_dec.png
|
||||
convert $c/dollar.png -colorspace sRGB -scale $s $c/overlay_equals.png -scale $s -composite $g/price_set.png
|
||||
convert $c/dollar.png -colorspace sRGB -scale $s $c/overlay_percent.png -scale $s -composite $g/price_sale.png
|
||||
|
||||
convert -resize $s $c/ldraw.png $g/ldraw.png
|
||||
convert -resize $s $c/bricklink.png $g/bricklink.png
|
||||
|
||||
@@ -41,7 +41,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
|
||||
if (part) {
|
||||
auto ldraw_icon = new LDraw::RenderOffscreenWidget();
|
||||
ldraw_icon->setPartAndColor(part, QColor("#F36100"));
|
||||
ldraw_icon->setPartAndColor(part, 321);
|
||||
ldraw_icon->startAnimation();
|
||||
auto layout = new QHBoxLayout(w_icon);
|
||||
layout->setMargin(0);
|
||||
|
||||