Table toolbar icons

From: Jordi Mas <jmas_at_softcatala.org>
Date: Mon Jun 18 2007 - 14:46:48 CEST

Hello!

To my surprise the numbering, bullets and the increase/decrease indent icons
are placed in Table toolbar.

I think that this is wrong since they are not in anyway related to table
formatting. I think that they should be placed in the format toolbar

The other word processors that I have checked have these functions in the
formatting toolbar.

If nobody has comments, I'll commit the patch to change the toolbar layout
tonight (see attachment).

Thanks,

-- 
Jordi Mas i Hernāndez, HomePage http://www.softcatala.org/~jmas/
Bloc personal http://www.softcatala.org/~jmas/bloc/
Planeta Softcatalā: http://www.softcatala.org/planet/

Index: src/wp/ap/xp/ap_TB_Layouts_FormatOps.h
===================================================================
--- src/wp/ap/xp/ap_TB_Layouts_FormatOps.h (revision 21479)
+++ src/wp/ap/xp/ap_TB_Layouts_FormatOps.h (working copy)
@@ -42,12 +42,23 @@
         ToolbarItem(AP_TOOLBAR_ID_ALIGN_CENTER)
         ToolbarItem(AP_TOOLBAR_ID_ALIGN_RIGHT)
         ToolbarItem(AP_TOOLBAR_ID_ALIGN_JUSTIFY)
+
+ Spacer()
 
+ ToolbarItem(AP_TOOLBAR_ID_LISTS_NUMBERS)
+ ToolbarItem(AP_TOOLBAR_ID_LISTS_BULLETS)
+
         Spacer()
+
+ ToolbarItem(AP_TOOLBAR_ID_UNINDENT)
+ ToolbarItem(AP_TOOLBAR_ID_INDENT)
+
+ Spacer()
         ToolbarItem(AP_TOOLBAR_ID_COLOR_BACK)
         ToolbarItem(AP_TOOLBAR_ID_COLOR_FORE)

Index: src/wp/ap/xp/ap_TB_Layouts_TableOps.h
===================================================================
--- src/wp/ap/xp/ap_TB_Layouts_TableOps.h (revision 21479)
+++ src/wp/ap/xp/ap_TB_Layouts_TableOps.h (working copy)
@@ -59,14 +59,5 @@
         ToolbarItem(AP_TOOLBAR_ID_VIEW_SHOWPARA)
         ToolbarItem(AP_TOOLBAR_ID_HELP)
 
- Spacer()
 
- ToolbarItem(AP_TOOLBAR_ID_LISTS_NUMBERS)
- ToolbarItem(AP_TOOLBAR_ID_LISTS_BULLETS)
-
- Spacer()
-
- ToolbarItem(AP_TOOLBAR_ID_UNINDENT)
- ToolbarItem(AP_TOOLBAR_ID_INDENT)
-
 
Received on Mon Jun 18 14:46:54 2007

This archive was generated by hypermail 2.1.8 : Mon Jun 18 2007 - 14:46:58 CEST