Just one more close shortcut and settings dialog width fix on mac.

This commit is contained in:
John Maguire 2010-12-14 18:28:14 +00:00
parent cf160d6ebb
commit d82262c0c9
2 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#include "ui_about.h"
#include <QCoreApplication>
#include <QPushButton>
const char* About::kUrl = "http://www.clementine-player.org/";
@ -51,6 +52,8 @@ About::About(QWidget *parent)
qSort(thanks_to_);
ui_.content->setHtml(MakeHtml());
ui_.buttonBox->button(QDialogButtonBox::Close)->setShortcut(QKeySequence::Close);
}
QString About::MakeHtml() const {

View File

@ -22,7 +22,7 @@
<widget class="QListWidget" name="list">
<property name="maximumSize">
<size>
<width>180</width>
<width>220</width>
<height>16777215</height>
</size>
</property>