Make color picker circular

The need for center alignment was pointed out by Timm Baeder.
This commit is contained in:
Matthias Clasen 2018-08-04 21:39:10 -04:00
parent 926f25aaec
commit 6b6e53fd23

View File

@ -48,8 +48,12 @@
<object class="GtkImage">
<property name="visible">1</property>
<property name="icon-name">color-select-symbolic</property>
<property name="halign">center</property>
<property name="valign">center</property>
</object>
</child>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="tooltip-text" translatable="yes">Pick a color from the screen</property>
<signal name="clicked" handler="pick_color"/>
<style>