Kaydet (Commit) 659ed0f3 authored tarafından Enrico Tröger's avatar Enrico Tröger

Added more spaces in word count dialog.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1086 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 25a97646
......@@ -470,7 +470,7 @@ void dialogs_show_word_count()
label = gtk_label_new(range);
gtk_table_attach(GTK_TABLE(table), label, 1, 2, 0, 1,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
(GtkAttachOptions) (0), 20, 0);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
label = gtk_label_new(_("Lines:"));
......@@ -483,7 +483,7 @@ void dialogs_show_word_count()
label = gtk_label_new(text);
gtk_table_attach(GTK_TABLE(table), label, 1, 2, 1, 2,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
(GtkAttachOptions) (0), 20, 0);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
g_free(text);
......@@ -497,7 +497,7 @@ void dialogs_show_word_count()
label = gtk_label_new(text);
gtk_table_attach(GTK_TABLE(table), label, 1, 2, 2, 3,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
(GtkAttachOptions) (0), 20, 0);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
g_free(text);
......@@ -511,7 +511,7 @@ void dialogs_show_word_count()
label = gtk_label_new(text);
gtk_table_attach(GTK_TABLE(table), label, 1, 2, 3, 4,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
(GtkAttachOptions) (0), 20, 0);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
g_free(text);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment