mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
version 0.5.7 + colors changed for searched bar
This commit is contained in:
parent
8e3ba09047
commit
3ef0ed1453
4 changed files with 8 additions and 8 deletions
|
@ -960,9 +960,9 @@ unreadBarColor: #538bb4;
|
||||||
|
|
||||||
searchedBarHeight: unreadBarHeight;
|
searchedBarHeight: unreadBarHeight;
|
||||||
searchedBarFont: unreadBarFont;
|
searchedBarFont: unreadBarFont;
|
||||||
searchedBarBG: #f1f1f1;
|
searchedBarBG: #ebeef1;
|
||||||
searchedBarBorder: unreadBarBorder;
|
searchedBarBorder: unreadBarBorder;
|
||||||
searchedBarColor: #aaa;
|
searchedBarColor: #a2aeb7;
|
||||||
|
|
||||||
layerSlideDuration: 200;
|
layerSlideDuration: 200;
|
||||||
layerHideDuration: 200;
|
layerHideDuration: 200;
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
#define MyAppShortName "Telegram"
|
#define MyAppShortName "Telegram"
|
||||||
#define MyAppName "Telegram Win (Unofficial)"
|
#define MyAppName "Telegram Win (Unofficial)"
|
||||||
#define MyAppVersion "0.5.6"
|
#define MyAppVersion "0.5.7"
|
||||||
#define MyAppVersionZero "0.5.6"
|
#define MyAppVersionZero "0.5.7"
|
||||||
#define MyAppFullVersion "0.5.6.0"
|
#define MyAppFullVersion "0.5.7.0"
|
||||||
#define MyAppPublisher "Telegram (Unofficial)"
|
#define MyAppPublisher "Telegram (Unofficial)"
|
||||||
#define MyAppURL "https://tdesktop.com"
|
#define MyAppURL "https://tdesktop.com"
|
||||||
#define MyAppExeName "Telegram.exe"
|
#define MyAppExeName "Telegram.exe"
|
||||||
|
|
|
@ -1452,11 +1452,11 @@ HistoryWidget::HistoryWidget(QWidget *parent) : QWidget(parent)
|
||||||
, histPeer(0)
|
, histPeer(0)
|
||||||
, _activeHist(0)
|
, _activeHist(0)
|
||||||
, histPreloading(0)
|
, histPreloading(0)
|
||||||
, _scroll(this, st::historyScroll, false)
|
|
||||||
, _list(0)
|
|
||||||
, hist(0)
|
|
||||||
, _loadingAroundId(-1)
|
, _loadingAroundId(-1)
|
||||||
, _loadingAroundRequest(0)
|
, _loadingAroundRequest(0)
|
||||||
|
, _scroll(this, st::historyScroll, false)
|
||||||
|
, _list(0)
|
||||||
|
, hist(0)
|
||||||
, _histInited(false)
|
, _histInited(false)
|
||||||
, _toHistoryEnd(this, st::historyToEnd)
|
, _toHistoryEnd(this, st::historyToEnd)
|
||||||
, _send(this, lang(lng_send_button), st::btnSend)
|
, _send(this, lang(lng_send_button), st::btnSend)
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue