misc fixes for linux

This commit is contained in:
Gary Wang
2020-04-07 12:58:08 +08:00
parent f8d9b347a8
commit 6435c4e79f
15 changed files with 105 additions and 52 deletions

View File

@ -250,7 +250,7 @@ QLabel#coverLabel {
</sizepolicy>
</property>
<property name="text">
<string>The Doge Song - Various Artists</string>
<string>No song loaded...</string>
</property>
</widget>
</item>
@ -266,14 +266,14 @@ QLabel#coverLabel {
<item>
<widget class="QLabel" name="nowTimeLabel">
<property name="text">
<string>1:10</string>
<string>0:00</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="totalTimeLabel">
<property name="text">
<string>3:12</string>
<string>0:00</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>