<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Library windows is ridiculously wide now ! in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19482#M8423</link>
    <description>&lt;P&gt;Regretfully, just updated to Firefox v107.0. And wtf, here we go again: among other, seemingly arbitrary changes, the ‘Library’ window can no longer be reduced in size without modifying FFox code.&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;EM&gt;Please note: I really do appreciate your posting a remedy to the 'library' window resize issue. It just grinds me that, once again, a workaround must be found to correct a stupid UI decision.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You folks at Mozilla do realize that FFox is often is used as a WORK tool much like how a trades-worker uses a hammer? That change for the sake of change - especially stupid or arbitrary change - is the dumbest thing? Like forcing a tradie to use a different type of hammer (maul, claw, leather, etc.) each workday, where is the &lt;EM&gt;benefit&lt;/EM&gt; in forcing a huge 'library' window on the user?!?&lt;/P&gt;&lt;P&gt;Leave the UI alone!!! Or, at the very least, give the user the option to say &lt;STRONG&gt;NO&lt;/STRONG&gt; to UI changes.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Useful tools need to be stable, both internally (the engine) and externally (UI) is critical. And working front line tech support, I'd argue an unchanging UI is most important for a smooth, efficient, workflow.&lt;/P&gt;&lt;P&gt;And fixing stupid UI decisions by messing with "style rule" code &lt;EM&gt;&lt;STRONG&gt;isn't the answer! &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;[See also, other stupid or arbitrary decisions: replacing the default FFox print dialog with the &lt;EM&gt;familiar&lt;/EM&gt; OS print dialog; disabling annoying and intrusive push notifications; disabling annoying and intrusive 'update' notifications; disabling the annoying 'file download' dialog; fix work-stoppingly slow 'sync';... the list goes on and on]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Again: &lt;STRONG&gt;Please leave the UI alone!!!&lt;/STRONG&gt; Or give users the option to say &lt;STRONG&gt;NO&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Or, here's a thought: give users the ability to &lt;STRONG&gt;&lt;EM&gt;opt-in &lt;/EM&gt;&lt;/STRONG&gt;to UI changes.&lt;/P&gt;</description>
    <pubDate>Sun, 20 Nov 2022 16:37:59 GMT</pubDate>
    <dc:creator>MatthewM</dc:creator>
    <dc:date>2022-11-20T16:37:59Z</dc:date>
    <item>
      <title>Library windows is ridiculously wide now !</title>
      <link>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19273#M8355</link>
      <description>&lt;P&gt;Over the last few updates the library window has gotten wider and wider every time. Now I've got 107.0, it's massive, almost 40% of my screen width ! If the resize allowed me to make it smaller, that'd be fine, but it doesn't as it shows it's as small as it will go. I'm only interested in one column (name) so the rest is just a huge expanse of blank space that.&lt;/P&gt;&lt;P&gt;Is there some sort of "about:flags" that I can change to make this usable again ?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 16:38:09 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19273#M8355</guid>
      <dc:creator>Steve1</dc:creator>
      <dc:date>2022-11-17T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Library windows is ridiculously wide now !</title>
      <link>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19367#M8389</link>
      <description>&lt;P&gt;Hi Steve, in Firefox 107, the starting width/height of 700x500 was changed to a minimum width/height. This might have been a mistake, but I don't know how soon we could expect it to be corrected.&lt;/P&gt;&lt;P&gt;There is an unofficial (community-supported) workaround, which is to override the minimum width and height with your own values. If you are bit handy with files, here's how you implement that:&lt;/P&gt;&lt;P&gt;(For anyone who already has a userChrome.css file set up, you just need to add the rule under (A) to your file.)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(A) Select and copy the following style rule code&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;/* Override Library Window Minimum Dimensions */&lt;BR /&gt;window#places {&lt;BR /&gt;    min-width: 100px !important;&lt;BR /&gt;    min-height: 50px !important;&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;(B) Generate and download a&lt;/STRONG&gt; userChrome.css &lt;STRONG&gt;file&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Open the following page on my website and paste the above rules into the editor, either replacing the sample rule or adding the new one at the end if you want to keep the sample rules:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.userchrome.org/download-userchrome-css.html" target="_blank" rel="nofollow noopener"&gt;https://www.userchrome.org/download-userchrome-css.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then click "Generate CSS File" and save the userChrome.css file to your computer. Use the downloads list on the toolbar to open the downloads folder directly to the new userChrome.css file. (See attached screenshot)&lt;/P&gt;&lt;P&gt;Minimize that file browser window for later reference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(C) Create a new&lt;/STRONG&gt; chrome &lt;STRONG&gt;folder in your profile folder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The following article has the detailed steps for that (#1, #2, and I recommend #3)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.userchrome.org/how-create-userchrome-css.html" target="_blank" rel="nofollow noopener"&gt;https://www.userchrome.org/how-create-userchrome-css.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have videos for both Windows and Mac in case the text is not clear.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(D) Move the&lt;/STRONG&gt; userChrome.css &lt;STRONG&gt;file you downloaded in Step B into the&lt;/STRONG&gt; chrome &lt;STRONG&gt;folder you created in Step C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(E) Set Firefox to look for &lt;/STRONG&gt;userChrome.css&lt;STRONG&gt; at startup&lt;/STRONG&gt; -- see step #6 in the above article (this is not in the old videos, sorry).&lt;/P&gt;&lt;P&gt;The next time you exit Firefox and start it up again, it should discover that file and apply the rule.&lt;/P&gt;&lt;P&gt;Success?&lt;/P&gt;&lt;P&gt;Once you start tweaking the interface this way, you'll probably find more and more things you want to do. I suggest bookmarking the pages where you get the code for future reference, because changes to Firefox may break them and it's easier to request an update if you can find the source.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 18:43:10 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19367#M8389</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-11-18T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Library windows is ridiculously wide now !</title>
      <link>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19482#M8423</link>
      <description>&lt;P&gt;Regretfully, just updated to Firefox v107.0. And wtf, here we go again: among other, seemingly arbitrary changes, the ‘Library’ window can no longer be reduced in size without modifying FFox code.&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;EM&gt;Please note: I really do appreciate your posting a remedy to the 'library' window resize issue. It just grinds me that, once again, a workaround must be found to correct a stupid UI decision.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;You folks at Mozilla do realize that FFox is often is used as a WORK tool much like how a trades-worker uses a hammer? That change for the sake of change - especially stupid or arbitrary change - is the dumbest thing? Like forcing a tradie to use a different type of hammer (maul, claw, leather, etc.) each workday, where is the &lt;EM&gt;benefit&lt;/EM&gt; in forcing a huge 'library' window on the user?!?&lt;/P&gt;&lt;P&gt;Leave the UI alone!!! Or, at the very least, give the user the option to say &lt;STRONG&gt;NO&lt;/STRONG&gt; to UI changes.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Useful tools need to be stable, both internally (the engine) and externally (UI) is critical. And working front line tech support, I'd argue an unchanging UI is most important for a smooth, efficient, workflow.&lt;/P&gt;&lt;P&gt;And fixing stupid UI decisions by messing with "style rule" code &lt;EM&gt;&lt;STRONG&gt;isn't the answer! &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;[See also, other stupid or arbitrary decisions: replacing the default FFox print dialog with the &lt;EM&gt;familiar&lt;/EM&gt; OS print dialog; disabling annoying and intrusive push notifications; disabling annoying and intrusive 'update' notifications; disabling the annoying 'file download' dialog; fix work-stoppingly slow 'sync';... the list goes on and on]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Again: &lt;STRONG&gt;Please leave the UI alone!!!&lt;/STRONG&gt; Or give users the option to say &lt;STRONG&gt;NO&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Or, here's a thought: give users the ability to &lt;STRONG&gt;&lt;EM&gt;opt-in &lt;/EM&gt;&lt;/STRONG&gt;to UI changes.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 16:37:59 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/library-windows-is-ridiculously-wide-now/m-p/19482#M8423</guid>
      <dc:creator>MatthewM</dc:creator>
      <dc:date>2022-11-20T16:37:59Z</dc:date>
    </item>
  </channel>
</rss>

