Skip to content

Commit

Permalink
🐛 visual fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Mar 30, 2024
1 parent 7eca9ea commit 05115d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/components/SideBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Rectangle {

closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
padding: 8
height: 52
x: (parent.width - width) / 2
y: parent.height

Expand All @@ -135,13 +136,15 @@ Rectangle {

TextBox {
id: playlistName
height: 36

width: 200
placeholder: qsTr("Playlist name")
}

Button {
text: qsTr("Create")
height: 36
onClicked: {
if (playlistName.inputText) {
playlist.addPlaylist(playlistName.inputText);
Expand Down

0 comments on commit 05115d1

Please sign in to comment.