Fixed design of tab scroll buttons for dark theme
BIN
win-linux/res/icons/tabbar/changetab_left_active_light.png
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
win-linux/res/icons/tabbar/changetab_left_active_light@1.25x.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
win-linux/res/icons/tabbar/changetab_left_active_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
win-linux/res/icons/tabbar/changetab_left_active_light@1.75x.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
win-linux/res/icons/tabbar/changetab_left_active_light@2x.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
win-linux/res/icons/tabbar/changetab_left_disabled_light.png
Normal file
|
After Width: | Height: | Size: 545 B |
|
After Width: | Height: | Size: 595 B |
|
After Width: | Height: | Size: 636 B |
|
After Width: | Height: | Size: 617 B |
BIN
win-linux/res/icons/tabbar/changetab_left_disabled_light@2x.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
win-linux/res/icons/tabbar/changetab_left_hover_light.png
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
win-linux/res/icons/tabbar/changetab_left_hover_light@1.25x.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
win-linux/res/icons/tabbar/changetab_left_hover_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
win-linux/res/icons/tabbar/changetab_left_hover_light@1.75x.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
win-linux/res/icons/tabbar/changetab_left_hover_light@2x.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
win-linux/res/icons/tabbar/changetab_left_normal_light.png
Normal file
|
After Width: | Height: | Size: 528 B |
BIN
win-linux/res/icons/tabbar/changetab_left_normal_light@1.25x.png
Normal file
|
After Width: | Height: | Size: 602 B |
BIN
win-linux/res/icons/tabbar/changetab_left_normal_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 601 B |
BIN
win-linux/res/icons/tabbar/changetab_left_normal_light@1.75x.png
Normal file
|
After Width: | Height: | Size: 623 B |
BIN
win-linux/res/icons/tabbar/changetab_left_normal_light@2x.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
win-linux/res/icons/tabbar/changetab_right_active_light.png
Normal file
|
After Width: | Height: | Size: 530 B |
|
After Width: | Height: | Size: 589 B |
BIN
win-linux/res/icons/tabbar/changetab_right_active_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 612 B |
BIN
win-linux/res/icons/tabbar/changetab_right_active_light@2x.png
Normal file
|
After Width: | Height: | Size: 685 B |
BIN
win-linux/res/icons/tabbar/changetab_right_disabled_light.png
Normal file
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 590 B |
|
After Width: | Height: | Size: 616 B |
|
After Width: | Height: | Size: 615 B |
BIN
win-linux/res/icons/tabbar/changetab_right_disabled_light@2x.png
Normal file
|
After Width: | Height: | Size: 667 B |
BIN
win-linux/res/icons/tabbar/changetab_right_hover_light.png
Normal file
|
After Width: | Height: | Size: 530 B |
BIN
win-linux/res/icons/tabbar/changetab_right_hover_light@1.25x.png
Normal file
|
After Width: | Height: | Size: 589 B |
BIN
win-linux/res/icons/tabbar/changetab_right_hover_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 600 B |
BIN
win-linux/res/icons/tabbar/changetab_right_hover_light@1.75x.png
Normal file
|
After Width: | Height: | Size: 612 B |
BIN
win-linux/res/icons/tabbar/changetab_right_hover_light@2x.png
Normal file
|
After Width: | Height: | Size: 685 B |
BIN
win-linux/res/icons/tabbar/changetab_right_normal_light.png
Normal file
|
After Width: | Height: | Size: 530 B |
|
After Width: | Height: | Size: 589 B |
BIN
win-linux/res/icons/tabbar/changetab_right_normal_light@1.5x.png
Normal file
|
After Width: | Height: | Size: 600 B |
|
After Width: | Height: | Size: 612 B |
BIN
win-linux/res/icons/tabbar/changetab_right_normal_light@2x.png
Normal file
|
After Width: | Height: | Size: 685 B |
@ -19,6 +19,31 @@ QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #606060;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #b7b7b7;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
||||
image: url(:/tabbar/icons/scrolltab_ln_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_ld_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_lh_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_lp_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
||||
image: url(:/tabbar/icons/scrolltab_rn_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_rd_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_rh_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_rp_light_1.25x.png) center no-repeat;
|
||||
}
|
||||
|
||||
@ -19,6 +19,31 @@ QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #606060;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #b7b7b7;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
||||
image: url(:/tabbar/icons/scrolltab_ln_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_ld_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_lh_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_lp_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
||||
image: url(:/tabbar/icons/scrolltab_rn_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_rd_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_rh_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_rp_light_1.5x.png) center no-repeat;
|
||||
}
|
||||
|
||||
@ -19,6 +19,31 @@ QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #606060;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #b7b7b7;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
||||
image: url(:/tabbar/icons/scrolltab_ln_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_ld_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_lh_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_lp_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
||||
image: url(:/tabbar/icons/scrolltab_rn_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_rd_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_rh_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_rp_light_1.75x.png) center no-repeat;
|
||||
}
|
||||
|
||||
@ -19,6 +19,31 @@ QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #606060;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #b7b7b7;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
||||
image: url(:/tabbar/icons/scrolltab_ln_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_ld_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_lh_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_lp_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
||||
image: url(:/tabbar/icons/scrolltab_rn_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_rd_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_rh_light.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_rp_light.png) center no-repeat;
|
||||
}
|
||||
|
||||
@ -19,6 +19,31 @@ QTabBar[active=false]::tab:selected:hover {background-color: #cecece;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar::tab:selected {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] QTabBar[active=false]::tab:selected:hover {background-color: #555;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #606060;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton {background-color: #404040;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:hover {background-color: #555;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #b7b7b7;}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton:pressed {background-color: #606060;}
|
||||
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton {
|
||||
image: url(:/tabbar/icons/scrolltab_ln_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_ld_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_lh_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#leftButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_lp_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton {
|
||||
image: url(:/tabbar/icons/scrolltab_rn_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:disabled {
|
||||
image: url(:/tabbar/icons/scrolltab_rd_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:hover {
|
||||
image: url(:/tabbar/icons/scrolltab_rh_light_2x.png) center no-repeat;
|
||||
}
|
||||
#mainPanel[uitheme=theme-dark] #scrollerFrame>QToolButton#rightButton:pressed {
|
||||
image: url(:/tabbar/icons/scrolltab_rp_light_2x.png) center no-repeat;
|
||||
}
|
||||
|
||||
@ -100,6 +100,46 @@
|
||||
<file alias="scrolltab_rn_1.5x.png">res/icons/tabbar/changetab_right_normal@1.5x.png</file>
|
||||
<file alias="scrolltab_rn_1.75x.png">res/icons/tabbar/changetab_right_normal@1.75x.png</file>
|
||||
<file alias="scrolltab_rn_2x.png">res/icons/tabbar/changetab_right_normal@2x.png</file>
|
||||
<file alias="scrolltab_lp_light.png">res/icons/tabbar/changetab_left_active_light.png</file>
|
||||
<file alias="scrolltab_lp_light_1.5x.png">res/icons/tabbar/changetab_left_active_light@1.5x.png</file>
|
||||
<file alias="scrolltab_lp_light_1.25x.png">res/icons/tabbar/changetab_left_active_light@1.25x.png</file>
|
||||
<file alias="scrolltab_lp_light_1.75x.png">res/icons/tabbar/changetab_left_active_light@1.75x.png</file>
|
||||
<file alias="scrolltab_lp_light_2x.png">res/icons/tabbar/changetab_left_active_light@2x.png</file>
|
||||
<file alias="scrolltab_ld_light.png">res/icons/tabbar/changetab_left_disabled_light.png</file>
|
||||
<file alias="scrolltab_ld_light_1.5x.png">res/icons/tabbar/changetab_left_disabled_light@1.5x.png</file>
|
||||
<file alias="scrolltab_ld_light_1.25x.png">res/icons/tabbar/changetab_left_disabled_light@1.25x.png</file>
|
||||
<file alias="scrolltab_ld_light_1.75x.png">res/icons/tabbar/changetab_left_disabled_light@1.75x.png</file>
|
||||
<file alias="scrolltab_ld_light_2x.png">res/icons/tabbar/changetab_left_disabled_light@2x.png</file>
|
||||
<file alias="scrolltab_lh_light.png">res/icons/tabbar/changetab_left_hover_light.png</file>
|
||||
<file alias="scrolltab_lh_light_1.5x.png">res/icons/tabbar/changetab_left_hover_light@1.5x.png</file>
|
||||
<file alias="scrolltab_lh_light_1.25x.png">res/icons/tabbar/changetab_left_hover_light@1.25x.png</file>
|
||||
<file alias="scrolltab_lh_light_1.75x.png">res/icons/tabbar/changetab_left_hover_light@1.75x.png</file>
|
||||
<file alias="scrolltab_lh_light_2x.png">res/icons/tabbar/changetab_left_hover_light@2x.png</file>
|
||||
<file alias="scrolltab_ln_light.png">res/icons/tabbar/changetab_left_normal_light.png</file>
|
||||
<file alias="scrolltab_ln_light_1.5x.png">res/icons/tabbar/changetab_left_normal_light@1.5x.png</file>
|
||||
<file alias="scrolltab_ln_light_1.25x.png">res/icons/tabbar/changetab_left_normal_light@1.25x.png</file>
|
||||
<file alias="scrolltab_ln_light_1.75x.png">res/icons/tabbar/changetab_left_normal_light@1.75x.png</file>
|
||||
<file alias="scrolltab_ln_light_2x.png">res/icons/tabbar/changetab_left_normal_light@2x.png</file>
|
||||
<file alias="scrolltab_rp_light.png">res/icons/tabbar/changetab_right_active_light.png</file>
|
||||
<file alias="scrolltab_rp_light_1.5x.png">res/icons/tabbar/changetab_right_active_light@1.5x.png</file>
|
||||
<file alias="scrolltab_rp_light_1.25x.png">res/icons/tabbar/changetab_right_active_light@1.25x.png</file>
|
||||
<file alias="scrolltab_rp_light_1.75x.png">res/icons/tabbar/changetab_right_active_light@1.75x.png</file>
|
||||
<file alias="scrolltab_rp_light_2x.png">res/icons/tabbar/changetab_right_active_light@2x.png</file>
|
||||
<file alias="scrolltab_rd_light.png">res/icons/tabbar/changetab_right_disabled_light.png</file>
|
||||
<file alias="scrolltab_rd_light_1.5x.png">res/icons/tabbar/changetab_right_disabled_light@1.5x.png</file>
|
||||
<file alias="scrolltab_rd_light_1.25x.png">res/icons/tabbar/changetab_right_disabled_light@1.25x.png</file>
|
||||
<file alias="scrolltab_rd_light_1.75x.png">res/icons/tabbar/changetab_right_disabled_light@1.75x.png</file>
|
||||
<file alias="scrolltab_rd_light_2x.png">res/icons/tabbar/changetab_right_disabled_light@2x.png</file>
|
||||
<file alias="scrolltab_rh_light.png">res/icons/tabbar/changetab_right_hover_light.png</file>
|
||||
<file alias="scrolltab_rh_light_1.5x.png">res/icons/tabbar/changetab_right_hover_light@1.5x.png</file>
|
||||
<file alias="scrolltab_rh_light_1.25x.png">res/icons/tabbar/changetab_right_hover_light@1.25x.png</file>
|
||||
<file alias="scrolltab_rh_light_1.75x.png">res/icons/tabbar/changetab_right_hover_light@1.75x.png</file>
|
||||
<file alias="scrolltab_rh_light_2x.png">res/icons/tabbar/changetab_right_hover_light@2x.png</file>
|
||||
<file alias="scrolltab_rn_light.png">res/icons/tabbar/changetab_right_normal_light.png</file>
|
||||
<file alias="scrolltab_rn_light_1.5x.png">res/icons/tabbar/changetab_right_normal_light@1.5x.png</file>
|
||||
<file alias="scrolltab_rn_light_1.25x.png">res/icons/tabbar/changetab_right_normal_light@1.25x.png</file>
|
||||
<file alias="scrolltab_rn_light_1.75x.png">res/icons/tabbar/changetab_right_normal_light@1.75x.png</file>
|
||||
<file alias="scrolltab_rn_light_2x.png">res/icons/tabbar/changetab_right_normal_light@2x.png</file>
|
||||
<file alias="de.png">res/icons/tabbar/tabicon_de_normal.png</file>
|
||||
<file alias="de@1.25x.png">res/icons/tabbar/tabicon_de_normal_1.25x.png</file>
|
||||
<file alias="de@1.5x.png">res/icons/tabbar/tabicon_de_normal_1.5x.png</file>
|
||||
|
||||