mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Make color picker circular
The need for center alignment was pointed out by Timm Baeder.
This commit is contained in:
parent
35829a7272
commit
4e86858405
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user