fix(bluetooth): remove extra spacing from column
This commit is contained in:
parent
85d96f39f0
commit
730a02881d
1 changed files with 0 additions and 2 deletions
|
|
@ -380,7 +380,6 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
known_bluetooth,
|
||||
]
|
||||
.align_items(Alignment::Center)
|
||||
.spacing(8)
|
||||
.padding([8, 0]);
|
||||
let dropdown_icon = if self.show_visible_devices {
|
||||
"go-down-symbolic"
|
||||
|
|
@ -456,7 +455,6 @@ impl cosmic::Application for CosmicBluetoothApplet {
|
|||
.on_press(Message::Confirm),
|
||||
]
|
||||
.align_items(Alignment::Center)
|
||||
.spacing(8)
|
||||
)
|
||||
.align_x(Horizontal::Center)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue