mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
themingengine: fix a typo
This commit is contained in:
parent
41b56d87e7
commit
ae60f00ba4
@ -1488,7 +1488,7 @@ render_background_internal (GtkThemingEngine *engine,
|
||||
default:
|
||||
bg_x = border.left;
|
||||
bg_y = border.top;
|
||||
bg_width = width - border.left - border.left;
|
||||
bg_width = width - border.left - border.right;
|
||||
bg_height = height - border.top - border.bottom;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user