1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-11-01 23:52:06 +00:00

Misc fixes in settings dialog.

This commit is contained in:
Filippo Scognamiglio
2015-01-08 03:55:19 +01:00
parent ac70da5b38
commit 166e1f40fe
9 changed files with 75 additions and 40 deletions

View File

@@ -19,6 +19,7 @@
*******************************************************************************/
import QtQuick 2.2
import QtQuick.Controls 1.0
import "utils.js" as Utils
@@ -455,4 +456,11 @@ QtObject{
storeCustomProfiles();
//storage.dropSettings(); //DROPS THE SETTINGS!.. REMEMBER TO DISABLE ONCE ENABLED!!
}
// VARS ///////////////////////////////////////////////////////////////////
property Label _sampleLabel: Label {
text: "100%"
}
property real labelWidth: _sampleLabel.width
}