Prechádzať zdrojové kódy

【多页签】最长页签的长度有点短

lizhe 6 mesiacov pred
rodič
commit
bff9a998a9

+ 1 - 1
PDF Office/PDF Master/Class/ChromiumTabs/src/Tab/CTTabController.m

@@ -56,7 +56,7 @@ static NSString* const kBrowserThemeDidChangeNotification =
 // images). The active tab width includes the close button width.
 + (CGFloat)minTabWidth { return 40; }
 + (CGFloat)minActiveTabWidth { return 40; }
-+ (CGFloat)maxTabWidth { return 150; }
++ (CGFloat)maxTabWidth { return 200; }
 + (CGFloat)miniTabWidth { return 40; }
 + (CGFloat)appTabWidth { return 66; }
 + (CGFloat)homeTabWidth { return 120; }