Skip to content

Commit

Permalink
more layout fixes
Browse files Browse the repository at this point in the history
Fixes #3476
  • Loading branch information
sweetppro authored and ckerr committed Jul 20, 2022
1 parent b108688 commit 9ff8d43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions macosx/Base.lproj/PrefsWindow.xib
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@
<outlet property="nextKeyView" destination="1509" id="1625"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1541">
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="1000" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1541">
<rect key="frame" x="132" y="26" width="193" height="14"/>
<textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="IP addresses may include * wildcard" id="1542">
<font key="font" metaFont="smallSystem"/>
Expand Down Expand Up @@ -2343,7 +2343,7 @@
<rect key="frame" x="60" y="47" width="308" height="88"/>
<clipView key="contentView" id="DtM-n3-Fsk">
<rect key="frame" x="1" y="1" width="306" height="86"/>
<autoresizingMask key="autoresizingMask"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" id="1521">
<rect key="frame" x="0.0" y="0.0" width="306" height="86"/>
Expand Down
2 changes: 1 addition & 1 deletion macosx/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1150,4 +1150,4 @@
"You want to download, but peer does not want to send (interested and choked)" = "Quieres descargar, pero el cliente no quiere enviar (interesado y bloqueado)";

/* Preferences window size*/
"PrefWindowSize" = "628";
"PrefWindowSize" = "638";
2 changes: 1 addition & 1 deletion macosx/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1150,5 +1150,5 @@
"You want to download, but peer does not want to send (interested and choked)" = "Vuoi scaricare dati, ma il peer non vuole inviarli (interessato e limitato)";

/* Preferences window size*/
"PrefWindowSize" = "606";
"PrefWindowSize" = "616";

0 comments on commit 9ff8d43

Please sign in to comment.