Skip to content

Commit

Permalink
New Button class
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 30, 2024
1 parent 85ef70c commit 8308137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/colorbutton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
public class Colorway.PaletteButton : He.FillButton {
public class Colorway.PaletteButton : He.Button {
private Gtk.CssProvider provider = new Gtk.CssProvider();
private string _hex = "";
private Gtk.Stack image_stack = new Gtk.Stack();
Expand Down Expand Up @@ -51,6 +51,7 @@ public class Colorway.PaletteButton : He.FillButton {
construct {
visible = true;
is_fill = true;
width_request = 56;
Expand Down

0 comments on commit 8308137

Please sign in to comment.