Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcs
dfss
Commits
87d3948f
Commit
87d3948f
authored
May 03, 2016
by
Loïck Bonniot
Browse files
Merge branch 'show_contract_display' into 'master'
[gui] Fix word wrap in show contract screen See merge request
!70
parents
7469b0a8
b0b89724
Pipeline
#1179
passed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/showcontract/showcontract.ui
View file @
87d3948f
...
...
@@ -99,6 +99,9 @@
<property
name=
"text"
>
<string/>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard
</set>
</property>
</widget>
</item>
<item>
...
...
@@ -143,6 +146,12 @@
<property
name=
"alignment"
>
<set>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
...
...
@@ -174,6 +183,12 @@
<property
name=
"alignment"
>
<set>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
</set>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
</set>
</property>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
...
...
@@ -181,6 +196,9 @@
<property
name=
"text"
>
<string/>
</property>
<property
name=
"textInteractionFlags"
>
<set>
Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard
</set>
</property>
</widget>
</item>
<item
row=
"3"
column=
"0"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment