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
@@ -41,6 +41,8 @@ namespace glabels
{
setupUi( this );
titleLabel->setText( QString( "<span style='font-size:18pt;'>%1</span>" ).arg( tr("Merge") ) );
mMergeFormatNames = merge::Factory::nameList();
formatCombo->addItems( mMergeFormatNames );
}