diff options
Diffstat (limited to 'src/plugins/General/lyrics/lyricswindow.ui')
| -rw-r--r-- | src/plugins/General/lyrics/lyricswindow.ui | 43 |
1 files changed, 15 insertions, 28 deletions
diff --git a/src/plugins/General/lyrics/lyricswindow.ui b/src/plugins/General/lyrics/lyricswindow.ui index a36030751..235bafdb6 100644 --- a/src/plugins/General/lyrics/lyricswindow.ui +++ b/src/plugins/General/lyrics/lyricswindow.ui @@ -23,7 +23,21 @@ <property name="bottomMargin"> <number>6</number> </property> - <item row="0" column="0" colspan="3"> + <item row="1" column="0" colspan="2"> + <widget class="QTextBrowser" name="textBrowser"> + <property name="openExternalLinks"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="stateLabel"> + <property name="text"> + <string>No connection</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> @@ -54,40 +68,13 @@ </item> </layout> </item> - <item row="2" column="0"> - <widget class="QLabel" name="stateLabel"> - <property name="text"> - <string>No connection</string> - </property> - </widget> - </item> <item row="2" column="1"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>383</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> - <item row="1" column="0" colspan="3"> - <widget class="QTextBrowser" name="textBrowser"> - <property name="openExternalLinks"> - <bool>true</bool> - </property> - </widget> - </item> </layout> </widget> <resources/> |
