X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FToolbarDefaults.h;h=fc5e003e5729fe2313bdf3be3dffb9efd0fa391c;hb=0ba59ef037642f4de07669128355fac762b04746;hp=a3ffb4de2d9555ddeca8c95b0f2db8e0ee3a7f4d;hpb=8283e978f8d621041c432b9b88a476bfd567385c;p=lyx.git diff --git a/src/ToolbarDefaults.h b/src/ToolbarDefaults.h index a3ffb4de2d..fc5e003e57 100644 --- a/src/ToolbarDefaults.h +++ b/src/ToolbarDefaults.h @@ -30,11 +30,11 @@ public: /// The special toolbar actions enum ItemType { /// adds space between buttons in the toolbar - SEPARATOR=-3, + SEPARATOR = -3, /// a special combox insead of a button - LAYOUTS=-2, + LAYOUTS = -2, /// begin a new line of button (not working) - NEWLINE=-1 + NEWLINE = -1 }; ///