We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439065d commit 16e5d1cCopy full SHA for 16e5d1c
src/ui/qgsattributetabledialog.ui
@@ -547,9 +547,18 @@
547
<property name="spacing">
548
<number>3</number>
549
</property>
550
+ <property name="leftMargin">
551
+ <number>3</number>
552
+ </property>
553
<property name="topMargin">
554
<number>1</number>
555
556
+ <property name="rightMargin">
557
+ <number>0</number>
558
559
+ <property name="bottomMargin">
560
561
562
<item>
563
<widget class="QComboBox" name="mFieldCombo"/>
564
</item>
@@ -570,7 +579,7 @@
570
579
571
580
<widget class="QLineEdit" name="mUpdateExpressionText">
572
581
<property name="placeholderText">
573
- <string>update expression...</string>
582
+ <string>[update field expression]</string>
574
583
575
584
</widget>
576
585
0 commit comments