Various riorganizations and fixes.

This commit is contained in:
Filippo Scognamiglio
2014-06-07 02:19:37 +02:00
parent 947b355c29
commit bd0938610f
4 changed files with 83 additions and 92 deletions
+4 -7
View File
@@ -88,6 +88,10 @@ ApplicationWindow{
}
}
ShaderSettings{
id: shadersettings
}
Loader{
id: frame
property rect sourceRect: Qt.rect(-item.rectX * shadersettings.window_scaling,
@@ -142,9 +146,6 @@ ApplicationWindow{
z: 1.9
}
}
ShaderSettings{
id: shadersettings
}
SettingsWindow{
id: settingswindow
visible: false
@@ -158,8 +159,4 @@ ApplicationWindow{
terminalSize: terminal.terminalSize
}
}
Component.onCompleted: {
terminal.loadKTerminal();
}
}