[LyX/master] Add some hspacers
Juergen Spitzmueller
spitz at lyx.org
Sat Sep 5 05:57:36 UTC 2020
commit 61739e5aefdc863b694efc93e7812f6cafa78065
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sat Sep 5 08:23:56 2020 +0200
Add some hspacers
---
src/frontends/qt/ui/PrefEditUi.ui | 122 ++++++++++++++++++++++++++++++------
1 files changed, 101 insertions(+), 21 deletions(-)
diff --git a/src/frontends/qt/ui/PrefEditUi.ui b/src/frontends/qt/ui/PrefEditUi.ui
index fe36a5b..402e773 100644
--- a/src/frontends/qt/ui/PrefEditUi.ui
+++ b/src/frontends/qt/ui/PrefEditUi.ui
@@ -121,6 +121,22 @@
</widget>
</item>
<item>
+ <spacer name="horizontalSpacer_8">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="citationSearchLA">
@@ -208,42 +224,32 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QCheckBox" name="toggleToolbarsCB">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>&Hide toolbars</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
+ <item row="0" column="2">
<widget class="QCheckBox" name="toggleMenubarCB">
<property name="text">
<string>Hide &menubar</string>
</property>
</widget>
</item>
- <item row="0" column="2">
+ <item row="0" column="4">
<widget class="QCheckBox" name="toggleScrollbarCB">
<property name="text">
<string>Hide scr&ollbar</string>
</property>
</widget>
</item>
- <item row="0" column="3" rowspan="2">
- <spacer name="horizontalSpacer_4">
+ <item row="0" column="1">
+ <spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
<property name="sizeHint" stdset="0">
<size>
- <width>146</width>
- <height>38</height>
+ <width>10</width>
+ <height>20</height>
</size>
</property>
</spacer>
@@ -255,14 +261,43 @@
</property>
</widget>
</item>
- <item row="1" column="1">
+ <item row="1" column="2">
<widget class="QCheckBox" name="toggleTabbarCB">
<property name="text">
<string>H&ide tabbar</string>
</property>
</widget>
</item>
- <item row="2" column="0" colspan="4">
+ <item row="0" column="5" rowspan="2">
+ <spacer name="horizontalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>146</width>
+ <height>38</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="1">
+ <spacer name="horizontalSpacer_6">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="2" column="0" colspan="6">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="fullscreenLimitCB">
@@ -272,6 +307,22 @@
</widget>
</item>
<item>
+ <spacer name="horizontalSpacer_9">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="QLabel" name="fullscreenWidthLA">
<property name="text">
<string>Screen used (pi&xels):</string>
@@ -312,6 +363,35 @@
</item>
</layout>
</item>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="toggleToolbarsCB">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>&Hide toolbars</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="3">
+ <spacer name="horizontalSpacer_7">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>10</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</widget>
</item>
More information about the lyx-cvs
mailing list