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);
|
||||
|
||||
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);
|
||||
|
||||
AddSubsectionTitle(content, tr::lng_filters_exclude());
|
||||
|
@ -580,7 +586,7 @@ void EditFilterBox(
|
|||
content,
|
||||
tr::lng_filters_exclude_about(),
|
||||
st::boxDividerLabel),
|
||||
st::settingsDividerLabelPadding);
|
||||
st::windowFilterAboutPadding);
|
||||
|
||||
const auto refreshPreviews = [=] {
|
||||
include->updateData(
|
||||
|
|
|
@ -308,6 +308,7 @@ windowFilterChatsSectionSubtitle: FlatLabel(defaultFlatLabel) {
|
|||
textFg: searchedBarFg;
|
||||
}
|
||||
windowFilterChatsSectionSubtitlePadding: margins(17px, 7px, 17px, 7px);
|
||||
windowFilterAboutPadding: margins(22px, 0px, 22px, 19px);
|
||||
|
||||
// Mac specific
|
||||
|
||||
|
|
Loading…
Reference in New Issue