Some cosmetic layout changes. Added titles to Properties, Merge and Print views.

This commit is contained in:
Jim Evins
2017-02-19 22:31:02 -05:00
parent a864766472
commit f82a50d585
7 changed files with 129 additions and 89 deletions
+2
View File
@@ -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 );