[gnome-builder] code-assist: add some padding around the gutter renderer
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] code-assist: add some padding around the gutter renderer
- Date: Wed, 22 Oct 2014 22:58:46 +0000 (UTC)
commit d87565e5b4e33806cc10ce676999e167346c400b
Author: Christian Hergert <christian hergert me>
Date: Wed Oct 22 15:58:39 2014 -0700
code-assist: add some padding around the gutter renderer
src/editor/gb-editor-code-assistant.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/editor/gb-editor-code-assistant.c b/src/editor/gb-editor-code-assistant.c
index aba907d..3b99a64 100644
--- a/src/editor/gb-editor-code-assistant.c
+++ b/src/editor/gb-editor-code-assistant.c
@@ -569,6 +569,7 @@ setup_service_proxy (GbEditorTab *tab,
g_object_new (GTK_SOURCE_TYPE_GUTTER_RENDERER_PIXBUF,
"size", width,
"visible", TRUE,
+ "xpad", 3,
NULL);
g_signal_connect (priv->gca_gutter,
"query-data",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]