Changing font properties doesn't reload the terminal.

This commit is contained in:
Filippo Scognamiglio
2014-05-29 11:33:45 +02:00
parent 05edbb9504
commit 4ad83b2dcc
4 changed files with 13 additions and 10 deletions
+4 -3
View File
@@ -152,9 +152,6 @@ ApplicationWindow{
}
ShaderSettings{
id: shadersettings
Component.onCompleted: {
terminal.loadKTerminal();
}
}
SettingsWindow{
id: settingswindow
@@ -169,4 +166,8 @@ ApplicationWindow{
terminalSize: terminal.terminalSize
}
}
Component.onCompleted: {
terminal.loadKTerminal();
}
}