Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,151
Issues
1,151
List
Boards
Labels
Service Desk
Milestones
Merge Requests
145
Merge Requests
145
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
6e028767
Commit
6e028767
authored
Jun 26, 2013
by
William Jon McCann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix default value of scrolled window placement-set property
To make the testsuite happy.
parent
fbbcb5c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gtk/gtkscrolledwindow.c
gtk/gtkscrolledwindow.c
+1
-1
No files found.
gtk/gtkscrolledwindow.c
View file @
6e028767
...
...
@@ -411,7 +411,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class)
g_param_spec_boolean
(
"window-placement-set"
,
P_
(
"Window Placement Set"
),
P_
(
"Whether
\"
window-placement
\"
should be used to determine the location of the contents with respect to the scrollbars."
),
FALS
E
,
TRU
E
,
GTK_PARAM_READABLE
|
GTK_PARAM_WRITABLE
));
g_object_class_install_property
(
gobject_class
,
PROP_SHADOW_TYPE
,
...
...
Write
Preview
Markdown
is supported
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