mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
Fix demo to use a "normal" transparent value now that it works.
The last commit fixed this, so lets have a sane value in the demo code.
This commit is contained in:
parent
7bd2446801
commit
288b1539d1
@ -191,7 +191,7 @@ do_transparent (GtkWidget *do_widget)
|
|||||||
GtkWidget *overlay;
|
GtkWidget *overlay;
|
||||||
GtkWidget *align;
|
GtkWidget *align;
|
||||||
GtkWidget *entry;
|
GtkWidget *entry;
|
||||||
GdkRGBA transparent = {0.1, 0, 0, 0};
|
GdkRGBA transparent = {0, 0, 0, 0};
|
||||||
|
|
||||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||||
gtk_window_set_screen (GTK_WINDOW (window),
|
gtk_window_set_screen (GTK_WINDOW (window),
|
||||||
|
Loading…
Reference in New Issue
Block a user