Make history-down button scale better.
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 453 B |
Before Width: | Height: | Size: 637 B After Width: | Height: | Size: 973 B |
Before Width: | Height: | Size: 717 B After Width: | Height: | Size: 946 B |
Before Width: | Height: | Size: 651 B After Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.4 KiB |
@ -69,16 +69,16 @@ historyResizeWidth: 6px;
|
||||
historyPaddingBottom: 8px;
|
||||
|
||||
historyToDownPosition: point(12px, 10px);
|
||||
historyToDownAbove: icon {{ "history_down_arrow", historyToDownFg, point(17px, 23px) }};
|
||||
historyToDownAboveOver: icon {{ "history_down_arrow", historyToDownFgOver, point(17px, 23px) }};
|
||||
historyToDownAbove: icon {{ "history_down_arrow", historyToDownFg }};
|
||||
historyToDownAboveOver: icon {{ "history_down_arrow", historyToDownFgOver }};
|
||||
historyToDownPaddingTop: 10px;
|
||||
historyToDownBelow: icon {
|
||||
{ "history_down_shadow", historyToDownShadow },
|
||||
{ "history_down_circle", historyToDownBg, point(4px, 4px) },
|
||||
{ "history_down_circle", historyToDownBg },
|
||||
};
|
||||
historyToDownBelowOver: icon {
|
||||
{ "history_down_shadow", historyToDownShadow },
|
||||
{ "history_down_circle", historyToDownBgOver, point(4px, 4px) },
|
||||
{ "history_down_circle", historyToDownBgOver },
|
||||
};
|
||||
historyToDown: TwoIconButton {
|
||||
width: 52px;
|
||||
@ -102,8 +102,8 @@ historyToDownBadgeSize: 22px;
|
||||
historyToDownShownAfter: 480px;
|
||||
historyToDownDuration: 150;
|
||||
|
||||
dialogsToUpAbove: icon {{ "history_down_arrow-flip_vertical", historyToDownFg, point(17px, 20px) }};
|
||||
dialogsToUpAboveOver: icon {{ "history_down_arrow-flip_vertical", historyToDownFgOver, point(17px, 20px) }};
|
||||
dialogsToUpAbove: icon {{ "history_down_arrow-flip_vertical", historyToDownFg, point(0px, 1px) }};
|
||||
dialogsToUpAboveOver: icon {{ "history_down_arrow-flip_vertical", historyToDownFgOver, point(0px, 1px) }};
|
||||
|
||||
dialogsToUp: TwoIconButton(historyToDown) {
|
||||
iconAbove: dialogsToUpAbove;
|
||||
|