mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Improve layout of voice chat channel choosing.
This commit is contained in:
@@ -111,7 +111,7 @@ confirmInviteUserName: FlatLabel(defaultFlatLabel) {
|
||||
confirmInviteUserNameTop: 227px;
|
||||
|
||||
confirmPhoneAboutLabel: FlatLabel(defaultFlatLabel) {
|
||||
minWidth: 282px;
|
||||
minWidth: 272px;
|
||||
}
|
||||
confirmPhoneCodeField: InputField(defaultInputField) {
|
||||
}
|
||||
|
@@ -792,9 +792,10 @@ groupCallBoxLabel: FlatLabel(boxLabel) {
|
||||
textFg: groupCallMembersFg;
|
||||
}
|
||||
groupCallJoinAsLabel: FlatLabel(defaultFlatLabel) {
|
||||
minWidth: 282px;
|
||||
minWidth: 272px;
|
||||
textFg: groupCallMembersFg;
|
||||
}
|
||||
groupCallJoinAsWidth: 330px;
|
||||
groupCallJoinAsTextTop: 4px;
|
||||
groupCallJoinAsNameTop: 23px;
|
||||
groupCallJoinAsPadding: margins(12px, 8px, 12px, 7px);
|
||||
|
@@ -114,6 +114,7 @@ void ChooseJoinAsBox(
|
||||
Context context,
|
||||
JoinInfo info,
|
||||
Fn<void(JoinInfo)> done) {
|
||||
box->setWidth(st::groupCallJoinAsWidth);
|
||||
box->setTitle([&] {
|
||||
switch (context) {
|
||||
case Context::Create: return tr::lng_group_call_start_as_header();
|
||||
|
Reference in New Issue
Block a user