Skip to content

Commit 829f672

Browse files
committed
Fix for odd alignment attribute bug
1 parent 85603ff commit 829f672

File tree

1 file changed

+49
-28
lines changed

1 file changed

+49
-28
lines changed

src/ui/qgsvectorlayerpropertiesbase.ui

+49-28
Original file line numberDiff line numberDiff line change
@@ -592,28 +592,7 @@
592592
<string>Map Tip display text</string>
593593
</property>
594594
<layout class="QGridLayout" name="gridLayout_18">
595-
<item row="1" column="1">
596-
<widget class="QTextEdit" name="htmlMapTip">
597-
<property name="enabled">
598-
<bool>false</bool>
599-
</property>
600-
</widget>
601-
</item>
602-
<item row="0" column="0">
603-
<widget class="QRadioButton" name="fieldComboRadio">
604-
<property name="text">
605-
<string>Field</string>
606-
</property>
607-
</widget>
608-
</item>
609-
<item row="1" column="0" alignment="Qt::AlignTop">
610-
<widget class="QRadioButton" name="htmlRadio">
611-
<property name="text">
612-
<string>HTML</string>
613-
</property>
614-
</widget>
615-
</item>
616-
<item row="2" column="1">
595+
<item row="4" column="2">
617596
<layout class="QHBoxLayout" name="horizontalLayout_14">
618597
<item>
619598
<widget class="QPushButton" name="insertExpressionButton">
@@ -681,7 +660,49 @@
681660
</item>
682661
</layout>
683662
</item>
684-
<item row="0" column="1">
663+
<item row="2" column="2">
664+
<widget class="QTextEdit" name="htmlMapTip">
665+
<property name="enabled">
666+
<bool>false</bool>
667+
</property>
668+
</widget>
669+
</item>
670+
<item row="2" column="0">
671+
<layout class="QVBoxLayout" name="verticalLayout_2">
672+
<item>
673+
<widget class="QRadioButton" name="htmlRadio">
674+
<property name="text">
675+
<string>HTML</string>
676+
</property>
677+
</widget>
678+
</item>
679+
<item>
680+
<spacer name="verticalSpacer">
681+
<property name="orientation">
682+
<enum>Qt::Vertical</enum>
683+
</property>
684+
<property name="sizeHint" stdset="0">
685+
<size>
686+
<width>20</width>
687+
<height>40</height>
688+
</size>
689+
</property>
690+
</spacer>
691+
</item>
692+
</layout>
693+
</item>
694+
<item row="1" column="0">
695+
<layout class="QVBoxLayout" name="verticalLayout_3">
696+
<item>
697+
<widget class="QRadioButton" name="fieldComboRadio">
698+
<property name="text">
699+
<string>Field</string>
700+
</property>
701+
</widget>
702+
</item>
703+
</layout>
704+
</item>
705+
<item row="1" column="2">
685706
<widget class="QComboBox" name="displayFieldComboBox">
686707
<property name="enabled">
687708
<bool>false</bool>
@@ -718,8 +739,8 @@
718739
<rect>
719740
<x>0</x>
720741
<y>0</y>
721-
<width>722</width>
722-
<height>530</height>
742+
<width>98</width>
743+
<height>231</height>
723744
</rect>
724745
</property>
725746
<layout class="QVBoxLayout" name="verticalLayout">
@@ -830,8 +851,8 @@
830851
<rect>
831852
<x>0</x>
832853
<y>0</y>
833-
<width>722</width>
834-
<height>530</height>
854+
<width>106</width>
855+
<height>129</height>
835856
</rect>
836857
</property>
837858
<layout class="QGridLayout" name="gridLayout_17">
@@ -923,7 +944,7 @@
923944
<rect>
924945
<x>0</x>
925946
<y>0</y>
926-
<width>706</width>
947+
<width>590</width>
927948
<height>626</height>
928949
</rect>
929950
</property>

0 commit comments

Comments
 (0)