Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
de7b2c80
Commit
de7b2c80
authored
Aug 25, 2019
by
Adrien Plazas
Browse files
gtkfontchooserwidget: Reduce the size request
This helps GtkfontChooserDialog fitting in mobile phone screens.
parent
a028b271
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/ui/gtkfontchooserwidget.ui
View file @
de7b2c80
...
...
@@ -70,8 +70,8 @@
<child>
<object
class=
"GtkScrolledWindow"
id=
"list_scrolled_window"
>
<property
name=
"visible"
>
1
</property>
<property
name=
"width-request"
>
4
00
</property>
<property
name=
"height-request"
>
30
0
</property>
<property
name=
"width-request"
>
3
00
</property>
<property
name=
"height-request"
>
5
0
</property>
<property
name=
"can-focus"
>
1
</property>
<property
name=
"hexpand"
>
1
</property>
<property
name=
"vexpand"
>
1
</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