Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
gnome-software
Commits
dc1988e5
Commit
dc1988e5
authored
Oct 21, 2019
by
Adrien Plazas
Browse files
librem5: update-dialog: Reduce the default width
This avoids the dialog being too wide by default.
parent
3d97726d
Pipeline
#41857
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gs-update-dialog.ui
View file @
dc1988e5
...
...
@@ -3,7 +3,7 @@
<requires
lib=
"gtk+"
version=
"3.10"
/>
<template
class=
"GsUpdateDialog"
parent=
"GtkDialog"
>
<property
name=
"modal"
>
True
</property>
<property
name=
"default_width"
>
60
0
</property>
<property
name=
"default_width"
>
35
0
</property>
<property
name=
"default_height"
>
600
</property>
<property
name=
"destroy_with_parent"
>
True
</property>
<property
name=
"type_hint"
>
dialog
</property>
...
...
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