diff options
Diffstat (limited to 'src/plugins/General/scrobbler/settingsdialog.ui')
| -rw-r--r-- | src/plugins/General/scrobbler/settingsdialog.ui | 48 |
1 files changed, 36 insertions, 12 deletions
diff --git a/src/plugins/General/scrobbler/settingsdialog.ui b/src/plugins/General/scrobbler/settingsdialog.ui index 528074cc4..dd111a948 100644 --- a/src/plugins/General/scrobbler/settingsdialog.ui +++ b/src/plugins/General/scrobbler/settingsdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>322</width> - <height>215</height> + <width>337</width> + <height>227</height> </rect> </property> <property name="windowTitle"> @@ -35,18 +35,42 @@ <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Session:</string> - </property> - </widget> + <item row="0" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Session:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="sessionLineEdit_lastfm"/> + </item> + <item> + <widget class="QPushButton" name="checkButton_lastfm"> + <property name="text"> + <string>Check</string> + </property> + </widget> + </item> + </layout> </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="sessionLineEdit_lastfm"/> + <item row="1" column="0"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>162</width> + <height>20</height> + </size> + </property> + </spacer> </item> - <item row="1" column="0" colspan="2"> - <widget class="QCheckBox" name="newSessionCheckBox_lastfm"> + <item row="1" column="1"> + <widget class="QPushButton" name="newSessionButton_lastfm"> <property name="text"> <string>Register new session</string> </property> |
