Remove configure quote font

wilder-work
Montel Laurent 10 years ago
parent 974e5286e7
commit 8e3a4cd296
  1. 3
      src/configuredialog/configureappearancepage.cpp
  2. 2
      src/configuredialog/configureappearancepage.h

@ -149,9 +149,6 @@ static const struct {
{ "ImportantMessageFont", I18N_NOOP("Message List - Important Messages"), false, false },
{ "TodoMessageFont", I18N_NOOP("Message List - Action Item Messages"), false, false },
{ "folder-font", I18N_NOOP("Folder List"), true, false },
{ "quote1-font", I18N_NOOP("Quoted Text - First Level"), false, false },
{ "quote2-font", I18N_NOOP("Quoted Text - Second Level"), false, false },
{ "quote3-font", I18N_NOOP("Quoted Text - Third Level"), false, false },
{ "fixed-font", I18N_NOOP("Fixed Width Font"), true, true },
{ "composer-font", I18N_NOOP("Composer"), true, false },
{ "print-font", I18N_NOOP("Printing Output"), true, false },

@ -84,7 +84,7 @@ private:
KFontChooser *mFontChooser;
int mActiveFontIndex;
QFont mFont[12];
QFont mFont[9];
};
class AppearancePageColorsTab : public ConfigModuleTab

Loading…
Cancel
Save