Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ZenWalker
Glade
Commits
ea9a864b
Commit
ea9a864b
authored
Jun 13, 2017
by
Arnaud Rebillout
Committed by
Juan Pablo Ugarte
Nov 18, 2017
Browse files
GtkLabel xalign and halign appeared in GTK+ 3.16 and are not deprecated
Fixes #782645
parent
ea1bd81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gtk+/gtk+.xml.in
View file @
ea9a864b
...
...
@@ -1451,9 +1451,11 @@
</property>
<property id="track-visited-links" since="2.18" custom-layout="True"/>
<!-- These properties have been deprecated in GtkMisc in 3.14, and appeared in GtkLabel in 3.16 -->
<property id="xalign" custom-layout="True" optional="True" optional-default="False"/>
<property id="yalign" custom-layout="True" optional="True" optional-default="False"/>
<!-- GtkMisc properties -->
<property id="xalign" custom-layout="True" optional="True" optional-default="False" deprecated="True"/>
<property id="yalign" custom-layout="True" optional="True" optional-default="False" deprecated="True"/>
<property id="xpad" custom-layout="True" optional="True" optional-default="False" deprecated="True"/>
<property id="ypad" custom-layout="True" optional="True" optional-default="False" deprecated="True"/>
</properties>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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