Don't unnecessarily reserve space for arrows in RTL mode. (#129075, Semion

Thu Dec 11 23:50:30 2003  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
	unnecessarily reserve space for arrows in RTL mode.  (#129075,
	Semion Chichelnitsky)
This commit is contained in:
Matthias Clasen 2003-12-11 22:50:09 +00:00 committed by Matthias Clasen
parent 184f566f1d
commit 731537ed89
6 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Dec 11 23:50:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
unnecessarily reserve space for arrows in RTL mode. (#129075,
Semion Chichelnitsky)
Thu Dec 11 00:35:12 2003 Matthias Clasen <maclas@gmx.de>
Changes to allow "no input" windows (#64613):

View File

@ -1,3 +1,9 @@
Thu Dec 11 23:50:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
unnecessarily reserve space for arrows in RTL mode. (#129075,
Semion Chichelnitsky)
Thu Dec 11 00:35:12 2003 Matthias Clasen <maclas@gmx.de>
Changes to allow "no input" windows (#64613):

View File

@ -1,3 +1,9 @@
Thu Dec 11 23:50:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
unnecessarily reserve space for arrows in RTL mode. (#129075,
Semion Chichelnitsky)
Thu Dec 11 00:35:12 2003 Matthias Clasen <maclas@gmx.de>
Changes to allow "no input" windows (#64613):

View File

@ -1,3 +1,9 @@
Thu Dec 11 23:50:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
unnecessarily reserve space for arrows in RTL mode. (#129075,
Semion Chichelnitsky)
Thu Dec 11 00:35:12 2003 Matthias Clasen <maclas@gmx.de>
Changes to allow "no input" windows (#64613):

View File

@ -1,3 +1,9 @@
Thu Dec 11 23:50:30 2003 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Don't
unnecessarily reserve space for arrows in RTL mode. (#129075,
Semion Chichelnitsky)
Thu Dec 11 00:35:12 2003 Matthias Clasen <maclas@gmx.de>
Changes to allow "no input" windows (#64613):

View File

@ -3396,7 +3396,7 @@ gtk_notebook_pages_allocate (GtkNotebook *notebook)
{
child_allocation.x = (allocation->x + allocation->width -
container->border_width);
if (notebook->scrollable)
if (showarrow)
{
if (notebook->has_after_previous)
child_allocation.x -= ARROW_SPACING + ARROW_SIZE;