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
Librem5
pureos-store
Commits
f188946b
Commit
f188946b
authored
Sep 20, 2013
by
Matthias Clasen
Browse files
Improve the updates page appearance
There was no separator below the list. Now there is.
parent
7f9d9815
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gnome-software.ui
View file @
f188946b
...
...
@@ -621,10 +621,22 @@
<class
name=
"main-scrolled-software"
/>
</style>
<child>
<object
class=
"Gtk
List
Box"
id=
"list_box_updates"
>
<object
class=
"GtkBox"
id=
"list_box_updates
_box
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"selection_mode"
>
none
</property>
<property
name=
"orientation"
>
vertical
</property>
<child>
<object
class=
"GtkListBox"
id=
"list_box_updates"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"selection_mode"
>
none
</property>
</object>
</child>
<child>
<object
class=
"GtkSeparator"
id=
"list_box_updates_separator"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"orientation"
>
horizontal
</property>
</object>
</child>
</object>
</child>
</object>
...
...
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