You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by GitBox <gi...@apache.org> on 2021/11/17 09:30:30 UTC

[GitHub] [incubator-hop] mattcasters commented on a change in pull request #1197: HOP-3479 : Hop Web white on white colors in combo

mattcasters commented on a change in pull request #1197:
URL: https://github.com/apache/incubator-hop/pull/1197#discussion_r751054390



##########
File path: ui/src/main/java/org/apache/hop/ui/core/PropsUi.java
##########
@@ -174,8 +186,20 @@ public void setFixedFont(FontData fd) {
   public FontData getFixedFont() {
     FontData def = getDefaultFontData();
 
-    String name =
-        getProperty(STRING_FONT_FIXED_NAME, Const.isWindows() ? "Consolas" : "Monospaced");
+    String name = getProperty(STRING_FONT_FIXED_NAME);

Review comment:
       @hansva can you check this font on OSX?  You might have to change it in hop-config.json under GuiProperties : FontFixedName




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org