commit f7e6086e67a77d0764ab7d81621e06e4be32d7e9
Author: Pavel Sanda <sa...@lyx.org>
Date:   Tue Mar 19 19:23:22 2024 +0100

    TableUI - allow expading of TableAlignCO (part of #13046).
---
 po/cs.gmo                        | Bin 627047 -> 627180 bytes
 src/frontends/qt/ui/TabularUi.ui |  66 +++++++++++++++------------------------
 2 files changed, 25 insertions(+), 41 deletions(-)

diff --git a/po/cs.gmo b/po/cs.gmo
index 5660a60dd9..77e6cdb0b6 100644
Binary files a/po/cs.gmo and b/po/cs.gmo differ
diff --git a/src/frontends/qt/ui/TabularUi.ui b/src/frontends/qt/ui/TabularUi.ui
index fca7723562..06be1df4e0 100644
--- a/src/frontends/qt/ui/TabularUi.ui
+++ b/src/frontends/qt/ui/TabularUi.ui
@@ -200,47 +200,6 @@
             </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>
@@ -293,6 +252,31 @@
             </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>
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to