]> git.lyx.org Git - features.git/commitdiff
Hint at (new) filter function in tooltip.
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 23 Apr 2020 12:24:32 +0000 (14:24 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 23 Apr 2020 12:24:32 +0000 (14:24 +0200)
src/frontends/qt/ui/FontUi.ui

index 0063437a4880d5ba2e856a8ac55795021a7af099..2bd0721ea91c0fa51b6d9c7a4d1865cb6cd3fc1e 100644 (file)
        <item>
         <widget class="lyx::frontend::CategorizedCombo" name="fontsRomanCO">
          <property name="toolTip">
-          <string>Select the roman (serif) typeface</string>
+          <string>Select the roman (serif) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="lyx::frontend::CategorizedCombo" name="fontsSansCO">
          <property name="toolTip">
-          <string>Select the Sans Serif (grotesque) typeface</string>
+          <string>Select the Sans Serif (grotesque) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="lyx::frontend::CategorizedCombo" name="fontsTypewriterCO">
          <property name="toolTip">
-          <string>Select the typewriter (monospaced) typeface</string>
+          <string>Select the typewriter (monospaced) typeface. To filter the list of fonts, just start typing while the list is expanded.</string>
          </property>
         </widget>
        </item>