forked from AuroraMiddleware/gtk
Make color picker circular
The need for center alignment was pointed out by Timm Baeder.
This commit is contained in:
parent
926f25aaec
commit
6b6e53fd23
@ -48,8 +48,12 @@
|
|||||||
<object class="GtkImage">
|
<object class="GtkImage">
|
||||||
<property name="visible">1</property>
|
<property name="visible">1</property>
|
||||||
<property name="icon-name">color-select-symbolic</property>
|
<property name="icon-name">color-select-symbolic</property>
|
||||||
|
<property name="halign">center</property>
|
||||||
|
<property name="valign">center</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
<property name="halign">center</property>
|
||||||
|
<property name="valign">center</property>
|
||||||
<property name="tooltip-text" translatable="yes">Pick a color from the screen</property>
|
<property name="tooltip-text" translatable="yes">Pick a color from the screen</property>
|
||||||
<signal name="clicked" handler="pick_color"/>
|
<signal name="clicked" handler="pick_color"/>
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user