Re-add missing '.linked' class name to sidebar box.

Some themes (e.g. Adapta) draw large buttons when their container is
missing the .linked class.
upstream-master
Henry Heino 5 years ago committed by Bryan Tan
parent 7fa1fa5208
commit d591ca0e32
  1. 10
      ui/main.glade

@ -2128,7 +2128,7 @@
<property name="can-focus">False</property>
</object>
<packing>
<property name="expand">False</property>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
@ -2158,6 +2158,10 @@
<property name="position">1</property>
</packing>
</child>
<style>
<class name="linked"/>
<class name="inline-toolbar"/>
</style>
</object>
<packing>
<property name="expand">False</property>
@ -2265,6 +2269,10 @@
<property name="position">4</property>
</packing>
</child>
<style>
<class name="linked"/>
<class name="raised"/>
</style>
</object>
<packing>
<property name="expand">False</property>

Loading…
Cancel
Save