mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
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,3 +1,8 @@
|
|||||||
|
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>
|
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
Fri Jul 23 11:01:00 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
|
||||||
|
@ -1636,6 +1636,7 @@ gtk_cell_renderer_text_start_editing (GtkCellRenderer *cell,
|
|||||||
|
|
||||||
priv->entry = g_object_new (GTK_TYPE_ENTRY,
|
priv->entry = g_object_new (GTK_TYPE_ENTRY,
|
||||||
"has_frame", FALSE,
|
"has_frame", FALSE,
|
||||||
|
"xalign", cell->xalign,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
if (celltext->text)
|
if (celltext->text)
|
||||||
|
Loading…
Reference in New Issue
Block a user