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
53496c39
Commit
53496c39
authored
Sep 04, 2019
by
Adrien Plazas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
loading-page: Make it adaptive
Make it work well on desktops and phones alike.
parent
ad55246c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
src/gs-loading-page.ui
src/gs-loading-page.ui
+12
-2
No files found.
src/gs-loading-page.ui
View file @
53496c39
...
...
@@ -18,6 +18,13 @@
<class
name=
"dim-label"
/>
</style>
<child
type=
"center"
>
<object
class=
"HdyClamp"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"margin_start"
>
12
</property>
<property
name=
"margin_end"
>
12
</property>
<property
name=
"tightening_threshold"
>
336
</property>
<property
name=
"maximum_size"
>
480
</property>
<child>
<object
class=
"GtkBox"
id=
"centerbox"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"orientation"
>
vertical
</property>
...
...
@@ -32,8 +39,6 @@
<child>
<object
class=
"GtkProgressBar"
id=
"progressbar"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"width_request"
>
480
</property>
<property
name=
"halign"
>
center
</property>
<property
name=
"fraction"
>
0.0
</property>
<property
name=
"margin_top"
>
8
</property>
<style>
...
...
@@ -44,7 +49,10 @@
<child>
<object
class=
"GtkLabel"
id=
"label"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"justify"
>
center
</property>
<property
name=
"label"
translatable=
"yes"
>
Starting up…
</property>
<property
name=
"wrap"
>
True
</property>
<property
name=
"wrap-mode"
>
word-char
</property>
<attributes>
<attribute
name=
"scale"
value=
"1.4"
/>
</attributes>
...
...
@@ -52,6 +60,8 @@
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
...
...
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