Some cosmetic layout changes. Added titles to Properties, Merge and Print views.
This commit is contained in:
@@ -42,6 +42,8 @@ namespace glabels
|
||||
{
|
||||
setupUi( this );
|
||||
|
||||
titleLabel->setText( QString( "<span style='font-size:18pt;'>%1</span>" ).arg( tr("Properties") ) );
|
||||
|
||||
// Hack to get orientationCombo item height to follow icon size plus padding
|
||||
QStyledItemDelegate* itemDelegate = new QStyledItemDelegate();
|
||||
orientationCombo->setItemDelegate( itemDelegate );
|
||||
|
||||
Reference in New Issue
Block a user