[LyX/master] Remove elipses from "Open" buttons in About LyX dialog. Fixes #12019.

Richard Kimberly Heck rikiheck at lyx.org
Mon Jan 4 19:53:52 UTC 2021


commit bbffbf92ac56d963c9c523be79b503ccf7ef80a3
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Mon Jan 4 14:53:41 2021 -0500

    Remove elipses from "Open" buttons in About LyX dialog. Fixes #12019.
---
 src/frontends/qt/ui/AboutUi.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/ui/AboutUi.ui b/src/frontends/qt/ui/AboutUi.ui
index 89b7e41..8da595f 100644
--- a/src/frontends/qt/ui/AboutUi.ui
+++ b/src/frontends/qt/ui/AboutUi.ui
@@ -6,7 +6,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>475</width>
+    <width>482</width>
     <height>387</height>
    </rect>
   </property>
@@ -162,7 +162,7 @@
                <string>Open library directory in file browser</string>
               </property>
               <property name="text">
-               <string>&Open...</string>
+               <string>&Open</string>
               </property>
              </widget>
             </item>
@@ -231,7 +231,7 @@
                <string>Open user directory in file browser</string>
               </property>
               <property name="text">
-               <string>O&pen...</string>
+               <string>O&pen</string>
               </property>
               <property name="flat">
                <bool>false</bool>


More information about the lyx-cvs mailing list