echofox-team / echofon-firefox-unofficial

Echofon Unofficial - maintained version of Echofon: full featured, super clean Twitter app for Firefox.
http://echofox-team.github.io/echofon-firefox-unofficial/
70 stars 10 forks source link

expand selectable font size 10-24 to 6-24 #48

Closed tknr closed 8 years ago

tknr commented 8 years ago

can I create branch about this? and are there any rules of branch name?

tknr commented 8 years ago
diff --git a/chrome/Echofon/content/preferences/general.xul b/chrome/Echofon/content/preferences/general.xul
index 5f8db13..5b9b4ab 100644
--- a/chrome/Echofon/content/preferences/general.xul
+++ b/chrome/Echofon/content/preferences/general.xul
@@ -68,6 +68,10 @@
             </hbox>
             <menulist id="font-size" preference="_font-size" oncommand="gGeneralPane.onChangeFont()">
              <menupopup>
+               <menuitem label="6" value="6"/>
+               <menuitem label="7" value="7"/>
+               <menuitem label="8" value="8"/>
+               <menuitem label="9" value="9"/>
                <menuitem label="10" value="10"/>
                <menuitem label="11" value="11"/>
                <menuitem label="12" value="12"/>
@@ -160,4 +164,4 @@
     </groupbox>

   </prefpane>
-</overlay>
\ No newline at end of file
+</overlay>
YoruNoHikage commented 8 years ago

No worries, just fork the project, name the branch whatever you want and send a pull request. :)

EDIT : You must have a big screen, 10 is so small for me.

tknr commented 8 years ago

thanks, size 6-9 is better for sidebar mode.

YoruNoHikage commented 8 years ago

We'll continue discussion on #49