Preferences preferences { Width 600 Height 520 TabBackground white Tab main { Text "Main" Image "advancedsettings" Padding {8 0} RowConfigure all { Pad 5 } ColumnConfigure 0 { Weight 1 } Grid { Sticky "nw" } Row { Widget { Pady {0 10} Sticky ew Type "separator" Text "Startup" } } Grid { Padx {10 0} } Row { Sticky "nw" Combined "yes" Widget { Type "Label" Text "When Firefox starts:" } Widget { Weight 1 Width 35 Type "Menubutton" Preference "startupAction" Values { "*Show my home page" "Show a blank page" "Show my windows and tabs from last time" } } } Row { Sticky "ew" Combined "yes" Widget { Type "Label" Text "Home Page:" } Widget { Weight 1 Sticky ew Preference "homePage" Type "Entry" } } Row { Padx "5" Sticky "ne" Combined "yes" Widget { Type "Button" Text "Use Current Page" } Widget { Padx "2" Type "Button" Text "Use Bookmark" } Widget { Type "Button" Text "Restore to Default" } } Row { Widget { Padx 0 Pady 10 Sticky ew Type "separator" Text "Downloads" } } Row { Widget { Sticky "nw" Checked "yes" Controller "downloads" Preference "showDownloadWindow" Type "checkbutton" Text "Show the Downloads window when downloading a file" } } Row { Widget { Padx "30" Sticky "nw" Controlled "downloads" Preference "closeDownloadWindow" Type "checkbutton" Text "Close it when all downloads are finished" } } Row { Pady {20 0} Sticky "ew" Combined "yes" Widget { Sticky "nw" Value "saveFilesToDir" Checked "yes" Preference "saveFiles" Controller "saveFilesToDir" Type "radiobutton" Text "Save files to" } Widget { Weight 1 Sticky "ew" Controlled "saveFilesToDir" Preference "saveFilesDir" Type "entry" } Widget { Platforms "aqua" Padx {2 0} Controlled "saveFilesToDir" Type "button" Text "Choose..." } Widget { Platforms "x11" Padx {2 0} Controlled "saveFilesToDir" Type "button" Text "Choose..." Padding 0 } } Row { Widget { Sticky "nw" Type "radiobutton" Text "Always ask me where to save files" Value "askWhereToSave" Preference "saveFiles" } } Row { Widget { Padx 0 Pady 10 Sticky ew Type "separator" Text "System Defaults" } } Row { Sticky "ew" Combined "yes" Widget { Weight 1 Sticky "ew" Checked "yes" Preference "checkOnStartup" Type "checkbutton" Text "Always check to see if Firefox is the default browse\ on startup" } Widget { Type "button" Text "Check Now" } } } Tab tabs { Text "Tabs" Image "tab" Padding {8 0} Grid { Stick "nw" } Row { Widget { Pady {20 0} Type "Label" Text "New pages should be opened in:" } } Row { Widget { Padx "20" Type "Radiobutton" Text "a new window" Value "newWindow" Preference "openNewPages" } } Row { Widget { Padx "20" Type "Radiobutton" Text "a new tab" Value "newTab" Checked "yes" Preference "openNewPages" } } Row { Widget { Pady {30 0} Preference "warnWhenClosingTabs" Type "checkbutton" Text "Warn me when closing multiple tabs" } } Row { Widget { Preference "warnWhenOpeningMultipleTabs" Type "checkbutton" Text "Warn me when opening multiple tabs might slow down\ Firefox" } } Row { Widget { Preference "alwaysShowTabBar" Type "checkbutton" Text "Always show the tab bar" } } Row { Widget { Preference "switchToNewTab" Type "checkbutton" Text "When I open a link in a new tab, switch to it immediately" } } } Tab { Padding {8 0} Text "Content" Image "internet" } Tab { Padding {8 0} Text "Feeds" Image "network" } Tab { Padding {8 0} Text "Privacy" Image "decrypted" } Tab { Padding {8 0} Text "Security" Image "encrypted" } Tab { Padding {8 0} Text "Advanced" Image "advanced" } }