Skip to content

Commit

Permalink
UI style misc change
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Oct 21, 2024
1 parent a6eefff commit f741987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/xml/fragment/settings_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
hideHighlightBackground="true"
hideHighlightBorder="true"
wireframe="false"
paddingLeft="60"
paddingRight="60"
paddingLeft="@style/brls/tab_frame/content_padding_sides"
paddingRight="@style/brls/tab_frame/content_padding_sides"
paddingTop="@style/wiliwili/tab_frame/content_padding_top_bottom"
paddingBottom="@style/wiliwili/tab_frame/content_padding_top_bottom">

Expand Down
3 changes: 2 additions & 1 deletion wiliwili/source/utils/register_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,14 @@ void Register::initCustomStyle() {
brls::getStyle().addMetric("wiliwili/comment/level/x", 30);
brls::getStyle().addMetric("wiliwili/margin/20", 10);
brls::getStyle().addMetric("wiliwili/about/qr", 150);
brls::getStyle().addMetric("wiliwili/about/speech/width", 380);
brls::getStyle().addMetric("wiliwili/about/speech/width", 420);
brls::getStyle().addMetric("wiliwili/about/speech/header", 495);
brls::getStyle().addMetric("wiliwili/tab_frame/content_padding_top_bottom", 20);
brls::getStyle().addMetric("wiliwili/mine/num", 18);
brls::getStyle().addMetric("wiliwili/mine/type", 12);
brls::getStyle().addMetric("wiliwili/setting/about/bottom", 0);
brls::getStyle().addMetric("wiliwili/dynamic/video/card/padding", 10);
brls::getStyle().addMetric("brls/tab_frame/content_padding_sides", 30);
} else {
switch (brls::Application::ORIGINAL_WINDOW_HEIGHT) {
case 1080:
Expand Down

0 comments on commit f741987

Please sign in to comment.