Merge pull request #13 from defnax/fixing-margins

Fixing margins & filter linedit to use LineEditClear class
This commit is contained in:
csoler 2020-06-14 17:17:19 +02:00 committed by GitHub
commit 87d592803d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="filterLineEdit"> <widget class="LineEditClear" name="filterLineEdit">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -358,6 +358,9 @@ p, li { white-space: pre-wrap; }
<string>Posts</string> <string>Posts</string>
</attribute> </attribute>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QSplitter" name="splitter"> <widget class="QSplitter" name="splitter">
<property name="orientation"> <property name="orientation">
@ -409,6 +412,9 @@ p, li { white-space: pre-wrap; }
<string>Details</string> <string>Details</string>
</attribute> </attribute>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="bottomMargin">
<number>3</number>
</property>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
@ -492,6 +498,18 @@ p, li { white-space: pre-wrap; }
<string>Comments</string> <string>Comments</string>
</attribute> </attribute>
<layout class="QHBoxLayout" name="horizontalLayout_5"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<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> <item>
<widget class="GxsCommentDialog" name="commentsDialog" native="true"/> <widget class="GxsCommentDialog" name="commentsDialog" native="true"/>
</item> </item>
@ -566,6 +584,11 @@ p, li { white-space: pre-wrap; }
<header>gui/gxs/GxsCommentDialog.h</header> <header>gui/gxs/GxsCommentDialog.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>LineEditClear</class>
<extends>QLineEdit</extends>
<header>gui/common/LineEditClear.h</header>
</customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="../icons.qrc"/> <include location="../icons.qrc"/>