mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix resizing of QgsCharacterSelectorDialog
This commit is contained in:
parent
bcb6183db0
commit
25f20f44c1
@ -25,6 +25,7 @@ QgsCharacterSelectorDialog::QgsCharacterSelectorDialog( QWidget *parent, Qt::Win
|
||||
setupUi( this );
|
||||
mCharWidget = new CharacterWidget( this );
|
||||
mCharSelectScrollArea->setWidget( mCharWidget );
|
||||
mCharSelectScrollArea->setVerticalOnly( true );
|
||||
connect( mCharWidget, &CharacterWidget::characterSelected, this, &QgsCharacterSelectorDialog::setCharacter );
|
||||
}
|
||||
|
||||
|
@ -55,9 +55,6 @@
|
||||
<property name="verticalScrollBarPolicy">
|
||||
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||
</property>
|
||||
<property name="horizontalScrollBarPolicy">
|
||||
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||
</property>
|
||||
<property name="widgetResizable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user