Showing with 6 additions and 3 deletions.
  1. +2 −2 i18n/qgis_it.ts
  2. +4 −1 src/ui/qgsfieldspropertiesbase.ui
4 changes: 2 additions & 2 deletions i18n/qgis_it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16004,7 +16004,7 @@ Database:%2</translation>
<message>
<location filename="../src/gui/symbology-ng/qgsbrushstylecombobox.cpp" line="30"/>
<source>No Brush</source>
<translation>Nessun pennello</translation>
<translation>Vuoto</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -24601,7 +24601,7 @@ p, li { white-space: pre-wrap; }
<message>
<location filename="../src/ui/qgsfieldspropertiesbase.ui" line="359"/>
<source>Suppress attribute form pop-up after feature creation</source>
<translation type="unfinished"></translation>
<translation>Non aprire la finestra degli attributi dopo la creazione di ogni geometria</translation>
</message>
<message>
<location filename="../src/ui/qgsfieldspropertiesbase.ui" line="379"/>
Expand Down
5 changes: 4 additions & 1 deletion src/ui/qgsfieldspropertiesbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,13 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>186</height>
<height>20</height>
</size>
</property>
</spacer>
Expand Down