forked from AuroraMiddleware/gtk
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:
parent
74d62a92ea
commit
9ccd401659
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user