9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
|
import { Button } from "std-widgets.slint";
|
||
|
|
|
||
|
|
export component IconButton inherits Button {
|
||
|
|
colorize-icon: true;
|
||
|
|
icon-size: 24px;
|
||
|
|
width: 48px;
|
||
|
|
height: 48px;
|
||
|
|
}
|