mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] set default font point size to 9
This commit is contained in:
parent
3f9fcbd2a8
commit
ce1b416f2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue