Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
ea69bf8c
Commit
ea69bf8c
authored
Jan 14, 2016
by
Florian Müllner
Browse files
cssstyleproperty: Expose min-width/height
parent
bc2355e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkcssstylepropertyimpl.c
View file @
ea69bf8c
...
...
@@ -1630,21 +1630,21 @@ _gtk_css_style_property_init_properties (void)
gtk_css_style_property_register
(
"min-width"
,
GTK_CSS_PROPERTY_MIN_WIDTH
,
G_TYPE_
NONE
,
G_TYPE_
INT
,
GTK_STYLE_PROPERTY_ANIMATED
,
GTK_CSS_AFFECTS_SIZE
,
minmax_parse
,
NULL
,
NULL
,
query_length_as_int
,
assign_length_from_int
,
_gtk_css_number_value_new
(
0
,
GTK_CSS_PX
));
gtk_css_style_property_register
(
"min-height"
,
GTK_CSS_PROPERTY_MIN_HEIGHT
,
G_TYPE_
NONE
,
G_TYPE_
INT
,
GTK_STYLE_PROPERTY_ANIMATED
,
GTK_CSS_AFFECTS_SIZE
,
minmax_parse
,
NULL
,
NULL
,
query_length_as_int
,
assign_length_from_int
,
_gtk_css_number_value_new
(
0
,
GTK_CSS_PX
));
gtk_css_style_property_register
(
"transition-property"
,
...
...
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