Merge #1231: change min window height to 650

208c53814845a9b8a9078c1a3380b5912029100c change min window height to 650 (pythcoiner)

Pull request description:

  fixes #1230

ACKs for top commit:
  edouardparis:
    utACK 208c53814845a9b8a9078c1a3380b5912029100c

Tree-SHA512: ef2cccb0a2def6ca35fada5915a5267483ad57c29094852ee9ad95e22762a806565bd22c6b359d037c701103d8ba5a5b22480c3bef4308ef73c149e579444791
This commit is contained in:
edouardparis 2024-08-19 11:31:22 +02:00
commit 224aa66231
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

View File

@ -589,7 +589,7 @@ fn main() -> Result<(), Box<dyn Error>> {
settings.window.icon = Some(image::liana_app_icon());
settings.window.min_size = Some(Size {
width: 1000.0,
height: 800.0,
height: 650.0,
});
settings.default_text_size = text::P1_SIZE.into();
settings.default_font = liana_ui::font::REGULAR;