minor changes
This commit is contained in:
parent
c9d3c98950
commit
2d81a1b8b4
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pika-drivers"
|
name = "pika-drivers"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
pika-drivers (0.3.0-99pika1.lunar) lunar; urgency=medium
|
pika-drivers (0.3.1-99pika1.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* initial release
|
* initial release
|
||||||
|
|
||||||
|
@ -296,11 +296,11 @@ fn get_drivers(main_window: &ApplicationWindow, ubuntu_drivers_list_utf8: String
|
|||||||
|
|
||||||
let driver_icon_label_box = gtk::Box::builder()
|
let driver_icon_label_box = gtk::Box::builder()
|
||||||
.orientation(Orientation::Vertical)
|
.orientation(Orientation::Vertical)
|
||||||
|
.vexpand(true)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
let driver_label = gtk::Label::builder()
|
let driver_label = gtk::Label::builder()
|
||||||
.vexpand(true)
|
.margin_top(35)
|
||||||
.margin_top(12)
|
|
||||||
.build();
|
.build();
|
||||||
driver_label.add_css_class("startLabel");
|
driver_label.add_css_class("startLabel");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user