e3e04c6dcc
it: this reduces package dependencies (dropped audio/libsamplerate and math/fftw3). iPods were identified by a directory timestamp, but it changed each time the ipod was mounted. Instead identify a device by its FirewireGuid.
24 lines
598 B
Plaintext
24 lines
598 B
Plaintext
$OpenBSD: patch-src_settingsdialog_scrobbling_ui,v 1.1 2011/09/19 12:50:57 dcoppa Exp $
|
|
--- src/settingsdialog_scrobbling.ui.orig Mon Sep 19 12:45:57 2011
|
|
+++ src/settingsdialog_scrobbling.ui Mon Sep 19 12:47:12 2011
|
|
@@ -175,6 +175,19 @@
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
+ <item>
|
|
+ <spacer>
|
|
+ <property name="orientation" >
|
|
+ <enum>Qt::Vertical</enum>
|
|
+ </property>
|
|
+ <property name="sizeHint" >
|
|
+ <size>
|
|
+ <width>20</width>
|
|
+ <height>0</height>
|
|
+ </size>
|
|
+ </property>
|
|
+ </spacer>
|
|
+ </item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|