forked from AuroraMiddleware/gtk
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 *align;
|
||||
GtkWidget *entry;
|
||||
GdkRGBA transparent = {0.1, 0, 0, 0};
|
||||
GdkRGBA transparent = {0, 0, 0, 0};
|
||||
|
||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_screen (GTK_WINDOW (window),
|
||||
|
Loading…
Reference in New Issue
Block a user