Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gnome-software
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
28
Issues
28
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
Librem5
gnome-software
Commits
6836920f
Commit
6836920f
authored
Oct 21, 2019
by
Adrien Plazas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
librem5: update-dialog: Reduce the default width
This avoids the dialog being too wide by default.
parent
0bb10daa
Pipeline
#59092
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/gs-update-dialog.ui
src/gs-update-dialog.ui
+1
-1
No files found.
src/gs-update-dialog.ui
View file @
6836920f
...
...
@@ -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