]> git.lyx.org Git - features.git/commitdiff
Make table readable no matter what the tab settings.
authorRichard Heck <rgheck@comcast.net>
Tue, 29 May 2007 16:58:42 +0000 (16:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 29 May 2007 16:58:42 +0000 (16:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18562 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ButtonPolicy.h

index 6591b85fb2f065bdbfd16aa3c54724ead18d83c6..2a9e00cc7904caa260d1303d72c9b5eb165bb8c9 100644 (file)
@@ -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