minor changes
This commit is contained in:
parent
602c50f0ed
commit
c9d3c98950
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pika-drivers"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
# 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.2.1-99pika1.lunar) lunar; urgency=medium
|
||||
pika-drivers (0.3.0-99pika1.lunar) lunar; urgency=medium
|
||||
|
||||
* initial release
|
||||
|
||||
|
@ -86,7 +86,7 @@ fn build_ui(app: &Application) {
|
||||
.title("PikaOS Driver Manager")
|
||||
.application(app)
|
||||
.child(&loading_box)
|
||||
.icon_name("mintinstall")
|
||||
.icon_name("pika-drivers")
|
||||
.default_width(1200)
|
||||
.default_height(600)
|
||||
.width_request(700)
|
||||
@ -94,7 +94,6 @@ fn build_ui(app: &Application) {
|
||||
.startup_id("pika-drivers")
|
||||
.build();
|
||||
|
||||
|
||||
let credits_window_box = gtk::Box::builder()
|
||||
.orientation(Orientation::Vertical)
|
||||
.build();
|
||||
@ -140,6 +139,8 @@ fn build_ui(app: &Application) {
|
||||
.transient_for(&window)
|
||||
.resizable(false)
|
||||
.hide_on_close(true)
|
||||
.icon_name("pika-drivers")
|
||||
.startup_id("pika-drivers")
|
||||
.build();
|
||||
|
||||
credits_window_box.append(&credits_icon);
|
||||
|
Loading…
Reference in New Issue
Block a user