mouse: test panel graphic
- update graphic to follow illustration style -- https://gitlab.gnome.org/Teams/Design/app-illustrations Fixes Teams/Design/initiatives#82
This commit is contained in:
parent
860d953e99
commit
3a0fb47373
3 changed files with 3 additions and 3742 deletions
|
@ -300,7 +300,7 @@ setup_dialog (CcMouseTest *self)
|
|||
gtk_adjustment_get_upper (adjustment));
|
||||
|
||||
provider = GTK_STYLE_PROVIDER (gtk_css_provider_new ());
|
||||
gtk_css_provider_load_from_data (GTK_CSS_PROVIDER (provider), "* {background: #565854}", -1, NULL);
|
||||
gtk_css_provider_load_from_data (GTK_CSS_PROVIDER (provider), "* {background: #26a269}", -1, NULL);
|
||||
gtk_style_context_add_provider (gtk_widget_get_style_context (self->viewport),
|
||||
provider,
|
||||
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 29 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 23 KiB |
Loading…
Add table
Add a link
Reference in a new issue