[ui] set default font point size to 9

This commit is contained in:
Yann Lanthony 2017-11-28 20:22:49 +01:00
parent 3f9fcbd2a8
commit ce1b416f2d

View file

@ -13,7 +13,7 @@ ApplicationWindow {
height: 720
visible: true
title: (_reconstruction.graph.filepath ? _reconstruction.graph.filepath : "Untitled") + (_reconstruction.undoStack.clean ? "" : "*") + " - Meshroom"
font.pointSize: 10
font.pointSize: 9
property variant node: null