Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase relative height of custom/current env vars table headers
  • Loading branch information
dakcarto committed Jan 16, 2013
1 parent 15de06d commit 73c3a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -140,7 +140,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WFlags fl ) :
addCustomEnvVarRow( varStrName, varStrValue, varStrApply );
}
QFontMetrics fmCustomVar( mCustomVariablesTable->horizontalHeader()->font() );
int fmCustomVarH = fmCustomVar.height() + 2;
int fmCustomVarH = fmCustomVar.height() + 8;
mCustomVariablesTable->horizontalHeader()->setFixedHeight( fmCustomVarH );

mCustomVariablesTable->setColumnWidth( 0, 120 );
Expand Down

0 comments on commit 73c3a8f

Please sign in to comment.