mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Remove the ugly style
It's ugly ;-) The combo box for the style is commented out for now, so that we can easily re-add it in the future once we add a new style.
This commit is contained in:
parent
f5baef4262
commit
9a8c5fed9f
8 changed files with 12 additions and 623 deletions
|
@ -283,8 +283,8 @@ SCENARIO("Component Compiler")
|
|||
SECTION("configure style")
|
||||
{
|
||||
REQUIRE(compiler.style() == "");
|
||||
compiler.set_style("ugly");
|
||||
REQUIRE(compiler.style() == "ugly");
|
||||
compiler.set_style("fluent");
|
||||
REQUIRE(compiler.style() == "fluent");
|
||||
}
|
||||
|
||||
SECTION("Compile failure from source")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue