From b1421781455bbc75e7621d2f4ef84fb495db94a4 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 29 May 2007 16:58:42 +0000 Subject: [PATCH] Make table readable no matter what the tab settings. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18562 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ButtonPolicy.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/frontends/controllers/ButtonPolicy.h b/src/frontends/controllers/ButtonPolicy.h index 6591b85fb2..2a9e00cc79 100644 --- a/src/frontends/controllers/ButtonPolicy.h +++ b/src/frontends/controllers/ButtonPolicy.h @@ -29,16 +29,16 @@ namespace frontend { dialogs. Only the policy is implemented here. Separate ButtonController classes are needed for each GUI implementation. - Policy | ReadOnly | Apply Button | Repeated Apply + Policy | ReadOnly | Apply Button | Repeated Apply ======================================================================== - OkCancel | N | N | - - OkCancelReadOnly | Y | N | - - OkApplyCancel | N | Y | Y - OkApplyCancelReadOnly | Y | Y | Y - NoRepeatedApply | N | Y | N - NoRepeatedApplyReadOnly | Y | Y | N - Preferences | N | Y | No (Ok-Close) - Ignorant | N/A | N/A | N/A + OkCancel | N | N | - + OkCancelReadOnly | Y | N | - + OkApplyCancel | N | Y | Y + OkApplyCancelReadOnly | Y | Y | Y + NoRepeatedApply | N | Y | N + NoRepeatedApplyReadOnly | Y | Y | N + Preferences | N | Y | No (Ok-Close) + Ignorant | N/A | N/A | N/A ======================================================================== Policy -- 2.39.2