Applications: use larger icons
- the new application icon style strongly advises to use sizes above 32px. Lower the whitespace to fit more items - make fullcolor icons not semi-opaque
This commit is contained in:
parent
4c31ff5269
commit
db98738366
2 changed files with 7 additions and 2 deletions
|
@ -5,3 +5,7 @@
|
|||
.section-subtitle {
|
||||
opacity: 0.55;
|
||||
}
|
||||
|
||||
.sidebar-icon.fullcolor {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<child>
|
||||
<object class="GtkBox" id="box">
|
||||
<property name="visible">1</property>
|
||||
<property name="border-width">12</property>
|
||||
<property name="border-width">6</property>
|
||||
<property name="spacing">12</property>
|
||||
<child>
|
||||
<object class="GtkImage" id="image">
|
||||
<property name="visible">1</property>
|
||||
<property name="pixel-size">16</property>
|
||||
<property name="pixel-size">32</property>
|
||||
<style>
|
||||
<class name="sidebar-icon"/>
|
||||
<class name="fullcolor"/>
|
||||
<class name="lowres-icon"/>
|
||||
</style>
|
||||
</object>
|
||||
|
|
Loading…
Add table
Reference in a new issue