2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

All emoji icons moved from sprite.

This commit is contained in:
John Preston
2016-10-27 17:10:28 +03:00
parent 6e33f039b2
commit 29493a0693
43 changed files with 365 additions and 393 deletions

View File

@@ -27,10 +27,18 @@ LabelSimple {
textFg: color;
}
defaultLabelSimple: LabelSimple {
font: normalFont;
maxWidth: 0px;
textFg: windowTextFg;
IconButton {
width: pixels;
height: pixels;
opacity: double;
overOpacity: double;
icon: icon;
iconPosition: point;
downIconPosition: point;
duration: int;
}
MediaSlider {
@@ -153,6 +161,12 @@ DropdownMenu {
menu: Menu;
}
defaultLabelSimple: LabelSimple {
font: normalFont;
maxWidth: 0px;
textFg: windowTextFg;
}
widgetSlideDuration: 200;
widgetFadeDuration: 200;