Skip to content

Commit

Permalink
make the playlist ui scalable for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Nov 4, 2023
1 parent caf9fc2 commit 23f727d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <QDir>
#include <QUrl>

#define APP_VERSION_STR "1.0.0"
#define APP_VERSION_STR "1.0.1"

int main(int argc, char *argv[])
{
Expand Down
8 changes: 7 additions & 1 deletion playlistview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
</property>
<property name="minimumSize">
<size>
<width>1280</width>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1280</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Expand Down

0 comments on commit 23f727d

Please sign in to comment.