Procházet zdrojové kódy

【综合】工具栏AI位置优化

tangchao před 9 měsíci
rodič
revize
30836c6c20

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

@@ -372,7 +372,7 @@ const int kNoTab = NSNotFound;
 														object:self 
 													  userInfo:userInfo];
 }
-//关闭所有标签页,除了第一个主标签
+
 - (void)closeAllTabs {
 	closingAll_ = YES;
 	NSMutableArray *closing_tabs = [NSMutableArray array];

+ 1 - 0
PDF Office/PDF Master/Class/PDFWindowController/Toolbar/KMToolbarItemView.swift

@@ -677,6 +677,7 @@ extension KMToolbarItemView {
             self.nameBtn.mas_makeConstraints { make in
                 make?.left.right().equalTo()(0)
                 make?.width.greaterThanOrEqualTo()(Self.kImageAboveMinWidth)
+                make?.height.mas_equalTo()(14)
                 make?.bottom.equalTo()(self.mas_bottom)?.offset()(0)
             }
 //            self.nameBtn.km_add_leading_constraint()