moved device name label up by 5 pixels
This commit is contained in:
@@ -274,6 +274,7 @@ def update_song_label():
|
||||
track_name = current_playback["item"]["name"]
|
||||
pass
|
||||
except TypeError:
|
||||
|
||||
sleep(1)
|
||||
update_song_label()
|
||||
track_name = current_playback["item"]["name"]
|
||||
@@ -345,7 +346,7 @@ def loadNow_playing():
|
||||
frame_artist_song.grid(row=1, column=1, pady=(0,5))
|
||||
frame_controls.grid(row=2, column=1, pady=(20,0))
|
||||
loadLyrics_button.grid()
|
||||
device_name_label.grid()
|
||||
device_name_label.grid(pady=(0,5))
|
||||
artist_label.grid()
|
||||
song_label.grid()
|
||||
previous_button.grid(row=0, column=0, padx=(0,10))
|
||||
|
||||
Reference in New Issue
Block a user