colorscale: Draw a trough

Make sure the color info is actually drawn inside the trough.
This commit is contained in:
Benjamin Otte
2016-03-09 17:27:01 +01:00
parent 8351a6e4d6
commit fc7335bdb4
4 changed files with 35 additions and 143 deletions

View File

@ -80,6 +80,7 @@
<property name="orientation">vertical</property>
<property name="adjustment">h_adj</property>
<property name="draw_value">False</property>
<property name="has_origin">False</property>
<signal name="popup-menu" handler="popup_edit" swapped="no"/>
</object>
<packing>
@ -94,6 +95,7 @@
<property name="adjustment">a_adj</property>
<property name="draw_value">False</property>
<property name="scale_type">1</property>
<property name="has_origin">False</property>
<style>
<class name="scale-has-marks-above"/>
</style>