Skip to content

Commit 73c3a8f

Browse files
committedJan 16, 2013
Increase relative height of custom/current env vars table headers
1 parent 15de06d commit 73c3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WFlags fl ) :
140140
addCustomEnvVarRow( varStrName, varStrValue, varStrApply );
141141
}
142142
QFontMetrics fmCustomVar( mCustomVariablesTable->horizontalHeader()->font() );
143-
int fmCustomVarH = fmCustomVar.height() + 2;
143+
int fmCustomVarH = fmCustomVar.height() + 8;
144144
mCustomVariablesTable->horizontalHeader()->setFixedHeight( fmCustomVarH );
145145

146146
mCustomVariablesTable->setColumnWidth( 0, 120 );

0 commit comments

Comments
 (0)
Please sign in to comment.