Skip to content

Commit

Permalink
Make player view full width on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodmg committed Nov 20, 2023
1 parent d160c7a commit f15ab45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion desktopplayerwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</property>
<property name="maximumSize">
<size>
<width>277</width>
<width>320</width>
<height>128</height>
</size>
</property>
Expand Down
2 changes: 1 addition & 1 deletion player.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 11.0.2, 2023-11-03T11:46:25. -->
<!-- Written by QtCreator 11.0.2, 2023-11-07T22:30:26. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down
2 changes: 1 addition & 1 deletion playerview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</property>
<property name="maximumSize">
<size>
<width>279</width>
<width>320</width>
<height>61</height>
</size>
</property>
Expand Down

0 comments on commit f15ab45

Please sign in to comment.