[lab2] Fixed spacing in table
This commit is contained in:
parent
762238d55c
commit
e267807931
@ -162,7 +162,7 @@ impl eframe::App for MyApp {
|
||||
.resizable(true)
|
||||
.column(Column::remainder())
|
||||
.column(Column::remainder())
|
||||
.columns(Column::auto(), self.bitCount)
|
||||
.columns(Column::remainder(), self.bitCount)
|
||||
.header(20.0, |mut header| {
|
||||
header.col(|ui| {
|
||||
ui.horizontal(|ui| {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user