More work on the Shortcuts UI:

-  less stylish, but hopefully more visibly panel style
	   for the shortcut widget.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25790 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-07-22 09:49:38 +00:00
parent 6ae7cad09f
commit 7606318a7f

View File

@ -47,8 +47,9 @@ ShortcutWidget::ShortcutWidget(QWidget * parent)
{
QApplication::instance()->installEventFilter(this);
has_cursor_ = false;
setFrameShape(QFrame::StyledPanel);
setFrameShape(QFrame::Panel);
setFrameShadow(QFrame::Raised);
setLineWidth(3);
setFocusPolicy(Qt::StrongFocus);
setAlignment(Qt::AlignCenter);
}