mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Restore dialog size for some dialogs
This commit is contained in:
parent
16e5d1c271
commit
e85f560607
@ -62,10 +62,14 @@ QgsAttributeTypeDialog::QgsAttributeTypeDialog( QgsVectorLayer *vl , int fieldId
|
||||
+ 2 );
|
||||
selectionListWidget->setMaximumWidth( selectionListWidget->sizeHintForColumn( 0 )
|
||||
+ 2 );
|
||||
QSettings settings;
|
||||
restoreGeometry( settings.value( "/Windows/QgsAttributeTypeDialog/geometry" ).toByteArray() );
|
||||
}
|
||||
|
||||
QgsAttributeTypeDialog::~QgsAttributeTypeDialog()
|
||||
{
|
||||
QSettings settings;
|
||||
settings.setValue( "/Windows/QgsAttributeTypeDialog/geometry", saveGeometry() );
|
||||
}
|
||||
|
||||
const QString QgsAttributeTypeDialog::editorWidgetV2Type()
|
||||
|
Loading…
x
Reference in New Issue
Block a user