mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
Instead of using *::cell::text and tableview::cell::icon in breeze and styles we will just use *::tableview::cell. And leave the inner elements of PushButton unaltered (since the father already can alter them).
Did some fixes in `Text::findCharacterPos` and `Text::findCharacterFromPos`, also tentatively added support for soft-wrap in those function (I haven't tested much yet).
This commit is contained in:
@@ -4486,8 +4486,8 @@ void App::init( InitParameters& params ) {
|
||||
}
|
||||
|
||||
std::string panelUI( String::format( R"css(
|
||||
#panel treeview > treeview::row > treeview::cell > treeview::cell::text,
|
||||
#panel treeview > treeview::row > table::cell > table::cell::text {
|
||||
#panel treeview > treeview::row > treeview::cell,
|
||||
#panel treeview > treeview::row > table::cell {
|
||||
font-size: %s;
|
||||
}
|
||||
)css",
|
||||
|
||||
Reference in New Issue
Block a user