]> git.lyx.org Git - lyx.git/commitdiff
TableUI - allow expading of TableAlignCO (part of #13046).
authorPavel Sanda <sanda@lyx.org>
Tue, 19 Mar 2024 18:23:22 +0000 (19:23 +0100)
committerPavel Sanda <sanda@lyx.org>
Tue, 19 Mar 2024 18:23:22 +0000 (19:23 +0100)
po/cs.gmo
src/frontends/qt/ui/TabularUi.ui

index 5660a60dd9b46206732d70d62beefc197d50487d..77e6cdb0b692e331896ad3ccb36faaf4d25652db 100644 (file)
Binary files a/po/cs.gmo and b/po/cs.gmo differ
index fca7723562f3e5d9df081beff9d479b329a6f9f5..06be1df4e0674e074d25b18b8539b70aad88bc3a 100644 (file)
             </property>
            </widget>
           </item>
-          <item row="1" column="1">
-           <widget class="QComboBox" name="TableAlignCO">
-            <property name="toolTip">
-             <string>Vertical alignment of the table</string>
-            </property>
-            <property name="currentIndex">
-             <number>1</number>
-            </property>
-            <item>
-             <property name="text">
-              <string>Top</string>
-             </property>
-            </item>
-            <item>
-             <property name="text">
-              <string>Middle</string>
-             </property>
-            </item>
-            <item>
-             <property name="text">
-              <string>Bottom</string>
-             </property>
-            </item>
-           </widget>
-          </item>
-          <item row="1" column="2">
-           <spacer name="spacer_2">
-            <property name="orientation">
-             <enum>Qt::Horizontal</enum>
-            </property>
-            <property name="sizeType">
-             <enum>QSizePolicy::Expanding</enum>
-            </property>
-            <property name="sizeHint" stdset="0">
-             <size>
-              <width>153</width>
-              <height>20</height>
-             </size>
-            </property>
-           </spacer>
-          </item>
           <item row="1" column="3">
            <layout class="QHBoxLayout" name="horizontalLayout_4">
             <item>
             </item>
            </layout>
           </item>
+          <item row="1" column="1" colspan="2">
+           <widget class="QComboBox" name="TableAlignCO">
+            <property name="toolTip">
+             <string>Vertical alignment of the table</string>
+            </property>
+            <property name="currentIndex">
+             <number>1</number>
+            </property>
+            <item>
+             <property name="text">
+              <string>Top</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Middle</string>
+             </property>
+            </item>
+            <item>
+             <property name="text">
+              <string>Bottom</string>
+             </property>
+            </item>
+           </widget>
+          </item>
          </layout>
         </widget>
        </item>