summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-13 21:32:32 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2021-04-13 21:32:32 +0200
commit9f903220ed47870125d5a00d32bfd291355dafa5 (patch)
treeae908b8223d83e921d7009ea6cd786284f56906f
parente6ff669825a402c320a011b81e54747157ea8837 (diff)
Shade: Fix invalid "alignment" property for LibraryBPMButton
Fixes the following command-line warnings: Warning [Main]: QCheckBox(0x560803109c10, name="LibraryBPMButton") does not have a property named "alignment" [...] Warning [Main]: QCheckBox(0x560806004220, name="LibraryBPMButton") does not have a property named "alignment"
-rw-r--r--res/skins/Shade/style.qss1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/skins/Shade/style.qss b/res/skins/Shade/style.qss
index 82d9d0f117..23b6583aa2 100644
--- a/res/skins/Shade/style.qss
+++ b/res/skins/Shade/style.qss
@@ -516,7 +516,6 @@ WTrackTableView {
WLibrary QCheckBox {
text-align: right;
alignment: right;
- qproperty-alignment: 'AlignRight';
}
#LibraryBPMSpinBox {