mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Removing almost all animated over states in IconButton.
This commit is contained in:
@@ -36,13 +36,15 @@ notifyPhotoSize: 62px;
|
||||
notifyMacPhotoSize: 64px;
|
||||
notifyPhotoPos: point(9px, 9px);
|
||||
notifyClosePos: point(1px, 2px);
|
||||
notifyClose: IconButton(defaultIconButton) {
|
||||
notifyClose: IconButton {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
|
||||
icon: simpleCloseIcon;
|
||||
iconOver: simpleCloseIconOver;
|
||||
|
||||
iconPosition: point(10px, 10px);
|
||||
downIconPosition: point(10px, 11px);
|
||||
iconPositionDown: point(10px, 11px);
|
||||
}
|
||||
notifyItemTop: 12px;
|
||||
notifyTextLeft: 12px;
|
||||
@@ -68,11 +70,11 @@ notifyReplyArea: InputArea(defaultInputArea) {
|
||||
borderActive: 0px;
|
||||
borderError: 0px;
|
||||
}
|
||||
notifySendReply: IconButton(defaultIconButton) {
|
||||
notifySendReply: IconButton {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
||||
icon: icon {{ "notification_send", windowActiveFill, point(3px, 9px) }};
|
||||
iconPosition: point(0px, 0px);
|
||||
downIconPosition: point(0px, 1px);
|
||||
iconPositionDown: point(0px, 1px);
|
||||
}
|
||||
|
Reference in New Issue
Block a user