mirror of https://github.com/procxx/kepka.git
Improve layout of edit filter box.
This commit is contained in:
parent
eb120e2f5d
commit
30a3e7b78b
|
@ -557,7 +557,13 @@ void EditFilterBox(
|
||||||
st::settingsUpdate);
|
st::settingsUpdate);
|
||||||
|
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
AddDividerText(content, tr::lng_filters_include_about());
|
content->add(
|
||||||
|
object_ptr<Ui::FlatLabel>(
|
||||||
|
content,
|
||||||
|
tr::lng_filters_include_about(),
|
||||||
|
st::boxDividerLabel),
|
||||||
|
st::windowFilterAboutPadding);
|
||||||
|
AddDivider(content);
|
||||||
AddSkip(content);
|
AddSkip(content);
|
||||||
|
|
||||||
AddSubsectionTitle(content, tr::lng_filters_exclude());
|
AddSubsectionTitle(content, tr::lng_filters_exclude());
|
||||||
|
@ -580,7 +586,7 @@ void EditFilterBox(
|
||||||
content,
|
content,
|
||||||
tr::lng_filters_exclude_about(),
|
tr::lng_filters_exclude_about(),
|
||||||
st::boxDividerLabel),
|
st::boxDividerLabel),
|
||||||
st::settingsDividerLabelPadding);
|
st::windowFilterAboutPadding);
|
||||||
|
|
||||||
const auto refreshPreviews = [=] {
|
const auto refreshPreviews = [=] {
|
||||||
include->updateData(
|
include->updateData(
|
||||||
|
|
|
@ -308,6 +308,7 @@ windowFilterChatsSectionSubtitle: FlatLabel(defaultFlatLabel) {
|
||||||
textFg: searchedBarFg;
|
textFg: searchedBarFg;
|
||||||
}
|
}
|
||||||
windowFilterChatsSectionSubtitlePadding: margins(17px, 7px, 17px, 7px);
|
windowFilterChatsSectionSubtitlePadding: margins(17px, 7px, 17px, 7px);
|
||||||
|
windowFilterAboutPadding: margins(22px, 0px, 22px, 19px);
|
||||||
|
|
||||||
// Mac specific
|
// Mac specific
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue