Tools__FontSettingsApplication.st
changeset 16080 91f72a42634b
parent 15933 6d96850e24d3
child 16081 f36d893e95d2
child 16094 ea79b6e5a7fc
--- a/Tools__FontSettingsApplication.st	Sun Jan 24 22:57:58 2016 +0100
+++ b/Tools__FontSettingsApplication.st	Mon Jan 25 13:26:33 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -788,6 +786,7 @@
         self menuDef value:(f onDevice:menuLabel device).
         self textDef value:(f onDevice:textLabel device).
         self inputFieldDef value:(f onDevice:inputFieldLabel device).
+        self tooltipDef value:(f onDevice:tooltipLabel device).
     ]
 !
 
@@ -890,6 +889,7 @@
     self labelDef value:variableFont.
     self buttonDef value:variableFont.
     self otherDef value:variableFont.
+    self tooltipDef value:variableFont.
 
     self allOfThem value:variableFont.
 
@@ -1331,6 +1331,7 @@
     self update:#value with:nil from:self menuDef.
     self update:#value with:nil from:self textDef.
     self update:#value with:nil from:self inputFieldDef.
+    self update:#value with:nil from:self tooltipDef.
 !
 
 updateFontOfLabel:labelWidget andFontNameHolder:fontNameHolder from:changedObject