Skip to content

Commit aad98d7

Browse files
author
Hussam Eddin Alhomsi
committed
Remove useless code from the about & export dialogs.
A follow-up to PR #3826.
1 parent 0dab4ae commit aad98d7

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

src/gui/dialogs/about_dialog.ui

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@
2020
<string>About LMMS</string>
2121
</property>
2222
<layout class="QVBoxLayout" name="verticalLayout_3">
23-
<!--
24-
<property name="spacing">
25-
<number>8</number>
26-
</property>
27-
<property name="leftMargin">
28-
<number>8</number>
29-
</property>
30-
<property name="topMargin">
31-
<number>8</number>
32-
</property>
33-
<property name="rightMargin">
34-
<number>8</number>
35-
</property>
36-
<property name="bottomMargin">
37-
<number>8</number>
38-
</property>
39-
-->
4023
<item>
4124
<layout class="QHBoxLayout" name="horizontalLayout">
4225
<item>
@@ -47,8 +30,6 @@
4730
<height>64</height>
4831
</size>
4932
</property>
50-
<property name="text">
51-
</property>
5233
</widget>
5334
</item>
5435
<item>
@@ -278,36 +259,12 @@ If you're interested in translating LMMS in another language or want to improve
278259
<signal>accepted()</signal>
279260
<receiver>AboutDialog</receiver>
280261
<slot>accept()</slot>
281-
<!--
282-
<hints>
283-
<hint type="sourcelabel">
284-
<x>248</x>
285-
<y>254</y>
286-
</hint>
287-
<hint type="destinationlabel">
288-
<x>157</x>
289-
<y>274</y>
290-
</hint>
291-
</hints>
292-
-->
293262
</connection>
294263
<connection>
295264
<sender>buttonBox</sender>
296265
<signal>rejected()</signal>
297266
<receiver>AboutDialog</receiver>
298267
<slot>reject()</slot>
299-
<!--
300-
<hints>
301-
<hint type="sourcelabel">
302-
<x>316</x>
303-
<y>260</y>
304-
</hint>
305-
<hint type="destinationlabel">
306-
<x>286</x>
307-
<y>274</y>
308-
</hint>
309-
</hints>
310-
-->
311268
</connection>
312269
</connections>
313270
</ui>

src/gui/dialogs/export_project.ui

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@
4848
<string>File format settings</string>
4949
</property>
5050
<layout class="QVBoxLayout">
51-
<!--
52-
<property name="spacing">
53-
<number>6</number>
54-
</property>
55-
<property name="leftMargin">
56-
<number>9</number>
57-
</property>
58-
-->
5951
<item>
6052
<widget class="QLabel" name="label">
6153
<property name="text">
@@ -122,14 +114,6 @@
122114
</item>
123115
<item>
124116
<widget class="QWidget" name="depthWidget" native="true">
125-
<!--
126-
<property name="minimumSize">
127-
<size>
128-
<width>0</width>
129-
<height>20</height>
130-
</size>
131-
</property>
132-
-->
133117
<layout class="QVBoxLayout">
134118
<property name="leftMargin">
135119
<number>0</number>
@@ -249,11 +233,6 @@
249233
<property name="currentIndex">
250234
<number>-1</number>
251235
</property>
252-
<!--
253-
<property name="maxVisibleItems">
254-
<number>9</number>
255-
</property>
256-
-->
257236
</widget>
258237
</item>
259238
</layout>
@@ -262,11 +241,6 @@
262241
<item>
263242
<widget class="QWidget" name="bitrateWidget" native="true">
264243
<layout class="QVBoxLayout">
265-
<!--
266-
<property name="spacing">
267-
<number>6</number>
268-
</property>
269-
-->
270244
<property name="leftMargin">
271245
<number>0</number>
272246
</property>

0 commit comments

Comments
 (0)