2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Update passport phrases.

This commit is contained in:
John Preston
2018-06-04 14:43:49 +03:00
parent fae4b92d8d
commit 8d1cdea31a
10 changed files with 29 additions and 57 deletions

View File

@@ -119,6 +119,7 @@ boxLabel: FlatLabel(defaultFlatLabel) {
}
boxDividerLabel: FlatLabel(boxLabel) {
minWidth: 245px;
align: align(topleft);
textFg: windowSubTextFg;
style: defaultTextStyle;
}

View File

@@ -592,7 +592,7 @@ int ProxiesBox::rowHeight() const {
}
void ProxiesBox::addNewProxy() {
Ui::show(_controller->addNewItemBox(), LayerOption::KeepOther);
getDelegate()->show(_controller->addNewItemBox());
}
void ProxiesBox::applyView(View &&view) {
@@ -660,7 +660,7 @@ void ProxiesBox::setupButtons(int id, not_null<ProxyRow*> button) {
button->editClicks(
) | rpl::start_with_next([=] {
Ui::show(_controller->editItemBox(id), LayerOption::KeepOther);
getDelegate()->show(_controller->editItemBox(id));
}, button->lifetime());
button->shareClicks(