minor changes

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-01 18:32:16 +03:00
parent c9d3c98950
commit 2d81a1b8b4
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pika-drivers"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

2
debian/changelog vendored
View File

@ -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

View File

@ -296,11 +296,11 @@ fn get_drivers(main_window: &ApplicationWindow, ubuntu_drivers_list_utf8: String
let driver_icon_label_box = gtk::Box::builder()
.orientation(Orientation::Vertical)
.vexpand(true)
.build();
let driver_label = gtk::Label::builder()
.vexpand(true)
.margin_top(12)
.margin_top(35)
.build();
driver_label.add_css_class("startLabel");