History redesign

This commit is contained in:
dsc
2019-03-18 00:12:51 +01:00
parent 98a7a9e663
commit 7611e826aa
10 changed files with 1535 additions and 642 deletions

View File

@@ -42,6 +42,7 @@ Item {
if(small) return 14 * scaleRatio;
else return 16 * scaleRatio;
}
property alias label: label
signal clicked()
height: small ? 30 * scaleRatio : 36 * scaleRatio