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 35829a7272
commit 4e86858405

View File

@ -41,6 +41,8 @@
<child>
<object class="GtkButton" id="picker_button">
<property name="icon-name">color-select-symbolic</property>
<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>