GtkScaleButton: Add a style class to the scale button popover

Set the .scale-popup style class on the popover of scale buttons.
This lets us select the +/- buttons and style them appropriately.
This commit is contained in:
Matthias Clasen 2014-07-08 10:44:30 -04:00
parent 71f328e8c2
commit 88a86fa044

View File

@ -23,6 +23,9 @@
</object>
<object class="GtkPopover" id="dock">
<signal name="map" handler="cb_popup_mapped" swapped="no"/>
<style>
<class name="scale-popup"/>
</style>
<child>
<object class="GtkBox" id="box">
<property name="visible">True</property>