align the entry in the same way as the cell. (#136749)

Fri Jul 23 11:11:10 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
	align the entry in the same way as the cell.  (#136749)
This commit is contained in:
Matthias Clasen 2004-07-23 15:12:11 +00:00 committed by Matthias Clasen
parent 74d62a92ea
commit 9ccd401659
5 changed files with 25 additions and 4 deletions

View File

@ -1,7 +1,12 @@
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
align the entry in the same way as the cell. (#136749)
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
Don't iterate too far up. (#147965, Olivier Sessink)
Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>

View File

@ -1,7 +1,12 @@
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
align the entry in the same way as the cell. (#136749)
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
Don't iterate too far up. (#147965, Olivier Sessink)
Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>

View File

@ -1,7 +1,12 @@
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
align the entry in the same way as the cell. (#136749)
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
Don't iterate too far up. (#147965, Olivier Sessink)
Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>

View File

@ -1,7 +1,12 @@
Fri Jul 23 11:11:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
align the entry in the same way as the cell. (#136749)
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
Don't iterate too far up. (#147965, Olivier Sessink)
Don't iterate too far up. (#147965, Olivier Sessink)
Fri Jul 23 10:28:43 2004 Matthias Clasen <maclas@gmx.de>

View File

@ -1636,6 +1636,7 @@ gtk_cell_renderer_text_start_editing (GtkCellRenderer *cell,
priv->entry = g_object_new (GTK_TYPE_ENTRY,
"has_frame", FALSE,
"xalign", cell->xalign,
NULL);
if (celltext->text)