Slightly increase the row height in the selection popup (to see underscores).
This commit is contained in:
parent
258bd053c4
commit
cd72c17cf2
|
@ -50,7 +50,7 @@ namespace Hurricane {
|
|||
setMouseTracking( true );
|
||||
setFocusPolicy ( Qt::StrongFocus );
|
||||
|
||||
_rowHeight = QFontMetrics( Graphics::getFixedFont() ).height() + 2;
|
||||
_rowHeight = QFontMetrics( Graphics::getFixedFont() ).height() + 4;
|
||||
_charWidth = QFontMetrics( Graphics::getFixedFont() ).averageCharWidth() + 1;
|
||||
_model = new SelectionPopupModel ( this );
|
||||
setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Preferred );
|
||||
|
|
Loading…
Reference in New Issue