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
GIMP
Commits
9169693e
Commit
9169693e
authored
Jun 09, 2004
by
Sven Neumann
Browse files
let the theme selector expand vertically
parent
38b78ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/dialogs/preferences-dialog.c
View file @
9169693e
...
...
@@ -1182,7 +1182,7 @@ prefs_dialog_new (Gimp *gimp,
&
top_iter
,
page_index
++
);
vbox2
=
prefs_frame_new
(
_
(
"Select Theme"
),
GTK_CONTAINER
(
vbox
),
FALS
E
);
vbox2
=
prefs_frame_new
(
_
(
"Select Theme"
),
GTK_CONTAINER
(
vbox
),
TRU
E
);
{
GtkWidget
*
scrolled_win
;
...
...
app/gui/preferences-dialog.c
View file @
9169693e
...
...
@@ -1182,7 +1182,7 @@ prefs_dialog_new (Gimp *gimp,
&
top_iter
,
page_index
++
);
vbox2
=
prefs_frame_new
(
_
(
"Select Theme"
),
GTK_CONTAINER
(
vbox
),
FALS
E
);
vbox2
=
prefs_frame_new
(
_
(
"Select Theme"
),
GTK_CONTAINER
(
vbox
),
TRU
E
);
{
GtkWidget
*
scrolled_win
;
...
...
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