Browse Source

Merge pull request #7273 from vit9696/borders

Unify preference window borders across the tabs
adaptive-webui-19844
sledgehammer999 7 years ago committed by GitHub
parent
commit
25eb2edb86
  1. 75
      src/gui/optionsdlg.ui

75
src/gui/optionsdlg.ui

@ -122,8 +122,8 @@ @@ -122,8 +122,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>430</width>
<height>972</height>
<width>501</width>
<height>893</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
@ -671,8 +671,8 @@ @@ -671,8 +671,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>585</width>
<height>1179</height>
<width>591</width>
<height>1138</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@ -1245,8 +1245,8 @@ @@ -1245,8 +1245,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>759</height>
<width>501</width>
<height>745</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_20">
@ -1712,8 +1712,8 @@ @@ -1712,8 +1712,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>376</width>
<height>501</height>
<width>516</width>
<height>525</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
@ -1836,6 +1836,9 @@ @@ -1836,6 +1836,9 @@
<property name="wrapping">
<bool>true</bool>
</property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="time">
<time>
<hour>20</hour>
@ -1843,9 +1846,6 @@ @@ -1843,9 +1846,6 @@
<second>0</second>
</time>
</property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
</widget>
</item>
<item row="0" column="2">
@ -1860,6 +1860,12 @@ @@ -1860,6 +1860,12 @@
<property name="wrapping">
<bool>true</bool>
</property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
<property name="time">
<time>
<hour>8</hour>
@ -1867,12 +1873,6 @@ @@ -1867,12 +1873,6 @@
<second>0</second>
</time>
</property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
@ -2099,8 +2099,8 @@ @@ -2099,8 +2099,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>528</width>
<height>664</height>
<width>513</width>
<height>679</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
@ -2552,6 +2552,33 @@ @@ -2552,6 +2552,33 @@
</widget>
<widget class="QWidget" name="tabRSSPage">
<layout class="QVBoxLayout" name="verticalLayout_25">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="scrollArea_5">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_5">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>516</width>
<height>525</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_27">
<item>
<widget class="QGroupBox" name="groupRSSReader">
<property name="title">
@ -2662,13 +2689,17 @@ @@ -2662,13 +2689,17 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<height>267</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabWebuiPage">
<layout class="QVBoxLayout" name="tabWebuiPageLayout">
<property name="leftMargin">
@ -2693,8 +2724,8 @@ @@ -2693,8 +2724,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>518</width>
<height>602</height>
<width>501</width>
<height>636</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_23">

Loading…
Cancel
Save