Add screenshots and fix default window size
This commit is contained in:
@@ -66,7 +66,7 @@ impl SimpleComponent for PostPage {
|
||||
|
||||
#[local_ref]
|
||||
image -> gtk::Box {
|
||||
set_height_request: 100,
|
||||
set_height_request: 400,
|
||||
set_margin_bottom: 20,
|
||||
set_margin_top: 20,
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pub const NAME: &str = "lemoa";
|
||||
pub const APP_ID: &str = "com.lemmygtk.lemoa";
|
||||
pub const PKGDATADIR: &str = "/app/share/lemoa";
|
||||
pub const PKGDATADIR: &str = "/usr/local/share/lemoa";
|
||||
pub const VERSION: &str = "0.1.0";
|
||||
|
||||
@@ -102,7 +102,7 @@ impl SimpleComponent for App {
|
||||
#[root]
|
||||
main_window = gtk::ApplicationWindow {
|
||||
set_title: Some("Lemoa"),
|
||||
set_default_size: (300, 100),
|
||||
set_default_size: (1400, 800),
|
||||
|
||||
#[wrap(Some)]
|
||||
set_titlebar = >k::HeaderBar {
|
||||
|
||||
Reference in New Issue
Block a user