mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2025-02-22 05:09:35 +01:00
Minor bug fix
This commit is contained in:
parent
841c3980f9
commit
ef778840ea
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>911</width>
|
||||
<height>492</height>
|
||||
<height>501</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
@ -205,6 +205,12 @@ QTextBrowser {
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QListWidget" name="listWidget_musicFiles">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
|
@ -17,7 +17,7 @@ class Ui_MainWindow(object):
|
||||
def setupUi(self, MainWindow):
|
||||
if not MainWindow.objectName():
|
||||
MainWindow.setObjectName(u"MainWindow")
|
||||
MainWindow.resize(911, 492)
|
||||
MainWindow.resize(911, 501)
|
||||
MainWindow.setMinimumSize(QSize(0, 0))
|
||||
MainWindow.setStyleSheet(u"/* Universal */\n"
|
||||
"* {\n"
|
||||
@ -121,6 +121,7 @@ class Ui_MainWindow(object):
|
||||
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
||||
self.listWidget_musicFiles = QListWidget(self.frame_musicFiles)
|
||||
self.listWidget_musicFiles.setObjectName(u"listWidget_musicFiles")
|
||||
self.listWidget_musicFiles.setMaximumSize(QSize(16777215, 0))
|
||||
self.listWidget_musicFiles.setFrameShape(QFrame.NoFrame)
|
||||
self.listWidget_musicFiles.setLineWidth(0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user