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
204f6db9
Commit
204f6db9
authored
Sep 09, 2019
by
Adrien Plazas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
librem5: prefs-dialog: Make it adaptive
This makes it fit phones.
parent
16ff4699
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
7 deletions
+17
-7
src/gs-prefs-dialog.ui
src/gs-prefs-dialog.ui
+17
-7
No files found.
src/gs-prefs-dialog.ui
View file @
204f6db9
...
...
@@ -6,7 +6,6 @@
<property
name=
"modal"
>
True
</property>
<property
name=
"destroy_with_parent"
>
True
</property>
<property
name=
"type_hint"
>
dialog
</property>
<property
name=
"resizable"
>
False
</property>
<property
name=
"skip_taskbar_hint"
>
True
</property>
<property
name=
"use_header_bar"
>
1
</property>
<child
internal-child=
"headerbar"
>
...
...
@@ -40,7 +39,12 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"label"
translatable=
"yes"
>
Automatic Updates
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"wrap_mode"
>
word-char
</property>
<property
name=
"xalign"
>
0
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
...
...
@@ -55,7 +59,7 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"valign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
...
...
@@ -66,11 +70,11 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"margin_bottom"
>
15
</property>
<property
name=
"label"
translatable=
"yes"
>
Automatic updates are disabled when on mobile or metered connections.
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"width_chars"
>
28
</property>
<property
name=
"max_width_chars"
>
28
</property>
<property
name=
"wrap_mode"
>
word-char
</property>
<property
name=
"xalign"
>
0
</property>
<style>
<class
name=
"dim-label"
/>
...
...
@@ -79,13 +83,18 @@
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
1
</property>
<property
name=
"width"
>
2
</property>
</packing>
</child>
<child>
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"label"
translatable=
"yes"
>
Automatic Update Notifications
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"wrap_mode"
>
word-char
</property>
<property
name=
"xalign"
>
0
</property>
<attributes>
<attribute
name=
"weight"
value=
"bold"
/>
</attributes>
...
...
@@ -99,10 +108,10 @@
<object
class=
"GtkLabel"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"halign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"label"
translatable=
"yes"
>
Show notifications when updates have been automatically installed.
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"width_chars"
>
28
</property>
<property
name=
"max_width_chars"
>
28
</property>
<property
name=
"wrap_mode"
>
word-char
</property>
<property
name=
"xalign"
>
0
</property>
<style>
<class
name=
"dim-label"
/>
...
...
@@ -111,6 +120,7 @@
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
3
</property>
<property
name=
"width"
>
2
</property>
</packing>
</child>
<child>
...
...
@@ -118,7 +128,7 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"halign"
>
end
</property>
<property
name=
"valign"
>
start
</property>
<property
name=
"valign"
>
center
</property>
</object>
<packing>
<property
name=
"left_attach"
>
1
</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