slint/sixtyfps_compiler
Simon Hausmann 74900302bd Fix CheckBox height in the ugly style
With the previous grid layout implementation the checkbox minimum/maximum height of 40lx
was ignored in the todo app and instead it was
rendered using 20lx, which looks fine.

With the stretch layout the outer constraint of 20lx and the inner constraint of 40lx
create an impossible situation where eventually the
checkboxes in todo get misplaced.
2020-10-02 14:54:05 +02:00
..
generator Add support for calling focus() on TextInput elements 2020-10-01 08:52:45 +02:00
parser Parse two ways bindings 2020-09-23 14:06:08 +02:00
parser_test_macro Parse declaration of signal with arguments 2020-09-07 17:41:24 +02:00
passes Add support for calling focus() on TextInput elements 2020-10-01 08:52:45 +02:00
tests Add support for the initial_focus synthetic property 2020-09-30 15:11:01 +02:00
widgets Fix CheckBox height in the ugly style 2020-10-02 14:54:05 +02:00
build.rs Attempt to fix windows build by making sure that slashes in path are escaped 2020-09-05 16:50:27 +02:00
Cargo.toml Revert "Fix crash on start-up of rusttest2" 2020-09-28 13:30:17 +02:00
diagnostics.rs Remove trailing whitespace 2020-09-04 21:36:32 +02:00
expression_tree.rs Add support for calling focus() on TextInput elements 2020-10-01 08:52:45 +02:00
generator.rs Flickable: expose the viewport property as viewport_* 2020-09-22 13:52:27 +02:00
layout.rs Fix a bug when using layout within a for loop 2020-09-07 14:03:46 +02:00
lexer.rs Fix comments that nest next to eachother 2020-08-28 14:06:27 +02:00
lib.rs Add support for the initial_focus synthetic property 2020-09-30 15:11:01 +02:00
object_tree.rs Add support for the initial_focus synthetic property 2020-09-30 15:11:01 +02:00
parser.rs Some check for the two way bindings 2020-09-23 14:06:08 +02:00
typeloader.rs Update license header to mention that commertial option are available 2020-08-26 13:23:42 +02:00
typeregister.rs Add support for calling focus() on TextInput elements 2020-10-01 08:52:45 +02:00