From: Juergen Spitzmueller Date: Fri, 2 May 2014 09:03:32 +0000 (+0200) Subject: Fix View Source size X-Git-Tag: 2.1.1~63 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b14e5925a93a6b2f6115c57fa6c16e9094863c93;p=features.git Fix View Source size Fixes: #9084. --- diff --git a/src/frontends/qt4/ui/ViewSourceUi.ui b/src/frontends/qt4/ui/ViewSourceUi.ui index cc413e025f..a7fd37d99a 100644 --- a/src/frontends/qt4/ui/ViewSourceUi.ui +++ b/src/frontends/qt4/ui/ViewSourceUi.ui @@ -11,7 +11,7 @@ - + 0 0 @@ -34,7 +34,7 @@ - + 0 0 diff --git a/status.21x b/status.21x index 50bff94b0d..7a6b79394d 100644 --- a/status.21x +++ b/status.21x @@ -108,6 +108,9 @@ What's new - Fix invalid writing of default_otf_view_format preference (bug 9100). +- Open View > Source Pane at a reasonable size (bug 9084). The downside of + this fix is that the Source Pane cannot be shrunken ad infinitum anymore. + * INTERNALS