themingengine: fix a typo
This commit is contained in:
@ -1488,7 +1488,7 @@ render_background_internal (GtkThemingEngine *engine,
|
|||||||
default:
|
default:
|
||||||
bg_x = border.left;
|
bg_x = border.left;
|
||||||
bg_y = border.top;
|
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;
|
bg_height = height - border.top - border.bottom;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user