[Xfce4-commits] <xfce4-notes-plugin:master> hypertextview: Use small tab stops

Mike Massonnet noreply at xfce.org
Tue May 21 22:54:01 CEST 2013


Updating branch refs/heads/master
         to 602637ef5e1338da125fd19d52ebeab7c683c7eb (commit)
       from 2169fe4b1d350bdb2954d06971ced7f934c7291a (commit)

commit 602637ef5e1338da125fd19d52ebeab7c683c7eb
Author: Mike Massonnet <mmassonnet at gmail.com>
Date:   Tue May 21 22:53:35 2013 +0200

    hypertextview: Use small tab stops

 lib/hypertextview.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/hypertextview.vala b/lib/hypertextview.vala
index a1f3038..ffb2c64 100644
--- a/lib/hypertextview.vala
+++ b/lib/hypertextview.vala
@@ -51,6 +51,7 @@ namespace Xnp {
 
 		construct {
 			this.font = "Sans 13";
+			this.tabs = new Pango.TabArray.with_positions (1, true, Pango.TabAlign.LEFT, 12);
 		}
 
 		public HypertextView () {


More information about the Xfce4-commits mailing list