forked from AuroraMiddleware/gtk
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:
parent
71f328e8c2
commit
88a86fa044
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user