render: Remove trailing white space
This commit is contained in:
@ -459,7 +459,8 @@ render_key (EekRenderer *self,
|
|||||||
if (!outline_surface) {
|
if (!outline_surface) {
|
||||||
cairo_t *cr;
|
cairo_t *cr;
|
||||||
|
|
||||||
// Outline will be drawn on the outside of the button, so the surface needs to be bigger than the button
|
// Outline will be drawn on the outside of the button, so the
|
||||||
|
// surface needs to be bigger than the button
|
||||||
outline_surface =
|
outline_surface =
|
||||||
cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
|
cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
|
||||||
(int)ceil(bounds.width) + 10,
|
(int)ceil(bounds.width) + 10,
|
||||||
@ -491,6 +492,7 @@ render_key (EekRenderer *self,
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (eek_symbol_get_icon_name (symbol)) {
|
if (eek_symbol_get_icon_name (symbol)) {
|
||||||
|
|
||||||
cairo_surface_t *icon_surface =
|
cairo_surface_t *icon_surface =
|
||||||
eek_renderer_get_icon_surface (self,
|
eek_renderer_get_icon_surface (self,
|
||||||
eek_symbol_get_icon_name (symbol),
|
eek_symbol_get_icon_name (symbol),
|
||||||
|
|||||||
Reference in New Issue
Block a user