Merge branch 'sidebar-improvments' into 'mainline'
Modernize folder list (without rewrite) Closes #880 and #1029 See merge request GNOME/geary!618
This commit is contained in:
commit
1ad29a9be9
6 changed files with 77 additions and 64 deletions
|
|
@ -52,7 +52,6 @@
|
|||
<property name="shadow_type">none</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="folder_list_scrolled">
|
||||
<property name="width_request">100</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="hscrollbar_policy">never</property>
|
||||
|
|
|
|||
10
ui/geary.css
10
ui/geary.css
|
|
@ -12,8 +12,16 @@
|
|||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.geary-folder-frame {
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.geary-folder-frame .sidebar .cell {
|
||||
padding: 9px 6px;
|
||||
}
|
||||
|
||||
.geary-conversation-frame > border {
|
||||
border-left-width: 0;
|
||||
border-top-width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue