Skip to content

Commit

Permalink
gui: Add horizontal separator lines to a few dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
leikareipa committed Mar 16, 2021
1 parent ab9d554 commit 1d2401a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 27 deletions.
19 changes: 5 additions & 14 deletions src/display/qt/dialogs/ui/linux_device_selector_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>134</height>
<width>374</width>
<height>133</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -102,20 +102,11 @@
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>4</height>
</size>
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
Expand Down
17 changes: 4 additions & 13 deletions src/display/qt/dialogs/ui/resolution_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>318</width>
<height>134</height>
<height>133</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -109,20 +109,11 @@
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>4</height>
</size>
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
Expand Down

0 comments on commit 1d2401a

Please sign in to comment.