mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removing almost all animated over states in IconButton.
This commit is contained in:
@@ -79,7 +79,7 @@ settingsEditButton: IconButton(dialogsNewChatButton) {
|
||||
height: 34px;
|
||||
|
||||
iconPosition: point(3px, 9px);
|
||||
downIconPosition: point(3px, 10px);
|
||||
iconPositionDown: point(3px, 10px);
|
||||
}
|
||||
|
||||
settingsBlocksTop: 7px;
|
||||
|
@@ -198,7 +198,7 @@ void Widget::showDone() {
|
||||
|
||||
void Widget::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
p.fillRect(e->rect(), st::settingsBg);
|
||||
p.fillRect(e->rect(), st::boxBg);
|
||||
}
|
||||
|
||||
void Widget::resizeEvent(QResizeEvent *e) {
|
||||
|
Reference in New Issue
Block a user