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