agent: Add some design tweaks (#28726)
Fine-tuning some areas of the Agent Panel design. Release Notes: - N/A
This commit is contained in:
parent
0d6e455bf6
commit
77f32582e2
2 changed files with 35 additions and 11 deletions
|
@ -56,7 +56,7 @@ pub struct MessageEditor {
|
|||
_subscriptions: Vec<Subscription>,
|
||||
}
|
||||
|
||||
const MAX_EDITOR_LINES: usize = 3;
|
||||
const MAX_EDITOR_LINES: usize = 8;
|
||||
|
||||
impl MessageEditor {
|
||||
pub fn new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue