New splash-screen for 4.1
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 69 KiB |
@@ -68,8 +68,9 @@ bool SplashImage::on_expose_event (GdkEventExpose* event) {
|
|||||||
if (!versionSuffixString.empty())
|
if (!versionSuffixString.empty())
|
||||||
versionStr += " "+versionSuffixString;
|
versionStr += " "+versionSuffixString;
|
||||||
version = create_pango_layout (versionStr);
|
version = create_pango_layout (versionStr);
|
||||||
version->get_pixel_size (w, h);
|
version->set_markup("<span foreground=\"white\">" + versionStr + "</span>");
|
||||||
window->draw_layout(gc_, pixbuf->get_width() - w - 4, pixbuf->get_height() - h - 4, version);
|
version->get_pixel_size (w, h);
|
||||||
|
window->draw_layout(gc_, pixbuf->get_width() - w - 32, pixbuf->get_height() - h - 20, version);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user