mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] set font size at Application level
This commit is contained in:
parent
0e6fd0cb1a
commit
def7e6b634
2 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,6 @@ ApplicationWindow {
|
|||
height: 720
|
||||
visible: true
|
||||
title: (_reconstruction.graph.filepath ? _reconstruction.graph.filepath : "Untitled") + (_reconstruction.undoStack.clean ? "" : "*") + " - Meshroom"
|
||||
font.pointSize: 9
|
||||
|
||||
property variant node: null
|
||||
// supported 3D files extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue